HomeHelpTrac

Ignore:
Timestamp:
05/05/09 04:49:03 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc/BxDolXMLRPCFriends.php

    r9967 r10413  
    1818            WHERE 1 
    1919            AND (f1.`ID` IS NOT NULL OR f2.`ID` IS NOT NULL) 
    20             ORDER BY p.`Picture` DESC 
     20            ORDER BY p.`Avatar` DESC 
    2121        "; 
    2222        $r = db_res($sFriendsSQL); 
     
    2525            LEFT JOIN `Profiles` ON (`Profiles`.`ID` = `sys_friend_list`.`Profile` AND `sys_friend_list`.`ID` = '$iIdProfile' OR `Profiles`.`ID` = `sys_friend_list`.`ID` AND `sys_friend_list`.`Profile` = '$iIdProfile') 
    2626            WHERE (`sys_friend_list`.`Profile` = '$iIdProfile' OR `sys_friend_list`.`ID` = '$iIdProfile') AND `sys_friend_list`.`Check` = '1'  
    27             ORDER BY `Profiles`.`Picture` DESC");*/ 
     27            ORDER BY `Profiles`.`Avatar` DESC");*/ 
    2828 
    2929        $aProfiles = array (); 
Note: See TracChangeset for help on using the changeset viewer.