Changeset 9977 for trunk/inc/profiles.inc.php
- Timestamp:
- 04/06/09 05:42:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/inc/profiles.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/profiles.inc.php
r9967 r9977 394 394 break; 395 395 case 'rate' : 396 // ` profile_rating`.`pr_rating_sum397 $sOrderBy = 'ORDER BY ` profile_rating`.`pr_rating_sum`';398 $sJoin = 'LEFT JOIN ` profile_rating` ON p.`ID` = `profile_rating`.`pr_id`';396 // `sys_profile_rating`.`pr_rating_sum 397 $sOrderBy = 'ORDER BY `sys_profile_rating`.`pr_rating_sum`'; 398 $sJoin = 'LEFT JOIN `sys_profile_rating` ON p.`ID` = `sys_profile_rating`.`pr_id`'; 399 399 break; 400 400 default : … … 442 442 break; 443 443 case 'rate' : 444 // ` profile_rating`.`pr_rating_sum444 // `sys_profile_rating`.`pr_rating_sum 445 445 array_multisort($aFriends[3], SORT_DESC, SORT_NUMERIC); 446 446 break;
Note: See TracChangeset
for help on using the changeset viewer.