Changeset 9967 for trunk/xmlrpc/BxDolXMLRPCUtil.php
- Timestamp:
- 04/06/09 01:55:00 (3 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc/BxDolXMLRPCUtil.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc/BxDolXMLRPCUtil.php
r9965 r9967 34 34 35 35 // friends 1 36 $r = db_res ("SELECT `p`.`ID`, `p`.`NickName` AS `Nick` FROM ` FriendList` AS `fr`36 $r = db_res ("SELECT `p`.`ID`, `p`.`NickName` AS `Nick` FROM `sys_friend_list` AS `fr` 37 37 LEFT JOIN `Profiles` AS `p` ON (`p`.`ID` = `fr`.`Profile`) 38 38 WHERE `fr`.`ID` = '$iId' AND `fr`.`Profile` != $iId AND `fr`.`Check` = '1'"); … … 41 41 42 42 // friends 2 43 $r = db_res ("SELECT `p`.`ID`, `p`.`NickName` AS `Nick` FROM ` FriendList` AS `fr`43 $r = db_res ("SELECT `p`.`ID`, `p`.`NickName` AS `Nick` FROM `sys_friend_list` AS `fr` 44 44 LEFT JOIN `Profiles` AS `p` ON (`p`.`ID` = `fr`.`ID`) 45 45 WHERE `fr`.`Profile` = '$iId' AND `fr`.`ID` != $iId AND `fr`.`Check` = '1'");
Note: See TracChangeset
for help on using the changeset viewer.