Changeset 14363

Show
Ignore:
Timestamp:
06/21/08 23:15:10 (5 years ago)
Author:
kumatch
Message:

Fixed missing query.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/piece_framework/trunk/config/orm/mappers/Users.yaml

    r13522 r14363  
    4949    WHERE 
    5050      users.id = followers.follow_id 
    51       AND followers.user_id = $id; 
     51      AND followers.user_id = $id 
    5252 
    5353- name: findAllByIdForListFollowers 
     
    6060    WHERE 
    6161      users.id = followers.user_id 
    62       AND followers.follow_id = $id; 
     62      AND followers.follow_id = $id 
    6363 
    6464- name: findByIdAndTargetUserNameUserNameForUserIsFriend