Changeset 1400

Show
Ignore:
Timestamp:
12/06/07 20:45:09 (1 year ago)
Author:
misja
Message:

Misja Hoebe <misja@curverider.co.uk> Same error as corrected in r1398

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/community/invite.php

    r1390 r1400  
    8787        global $messages; 
    8888        // We have an ident, process 
    89             if ($result = get_record('friends','owner',$profile_id,'friend',$invite_ident)) { 
     89            if ($result = get_record('friends','owner',$invite_ident,'friend',$profile_id)) { 
    9090                $messages[] = __gettext("The user already is a member of this community."); 
    9191            } else if ($result = get_record('friends_requests', 'owner', $profile_id, 'friend', $invite_ident)){