Changeset 9977 for trunk/templates/base/scripts/BxBaseBrowse.php
- Timestamp:
- 04/06/09 05:42:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/templates/base/scripts/BxBaseBrowse.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/scripts/BxBaseBrowse.php
r9924 r9977 770 770 break; 771 771 case 'rate' : 772 $sSortParam = ' ` profile_rating`.`pr_rating_sum` DESC';772 $sSortParam = ' `sys_profile_rating`.`pr_rating_sum` DESC'; 773 773 break; 774 774 default : … … 788 788 `Profiles` 789 789 LEFT JOIN 790 ` profile_rating`790 `sys_profile_rating` 791 791 ON 792 `Profiles`.`ID` = ` profile_rating`.`pr_id`792 `Profiles`.`ID` = `sys_profile_rating`.`pr_id` 793 793 WHERE 794 794 `Status` = 'Active'
Note: See TracChangeset
for help on using the changeset viewer.