HomeHelpTrac

Ignore:
Timestamp:
04/06/09 05:42:46 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/scripts/BxBaseBrowse.php

    r9924 r9977  
    770770                    break;     
    771771                    case 'rate' :     
    772                         $sSortParam = ' `profile_rating`.`pr_rating_sum` DESC'; 
     772                        $sSortParam = ' `sys_profile_rating`.`pr_rating_sum` DESC'; 
    773773                    break;     
    774774                    default : 
     
    788788                    `Profiles`  
    789789                LEFT JOIN 
    790                     `profile_rating` 
     790                    `sys_profile_rating` 
    791791                ON 
    792                     `Profiles`.`ID` = `profile_rating`.`pr_id` 
     792                    `Profiles`.`ID` = `sys_profile_rating`.`pr_id` 
    793793                WHERE  
    794794                    `Status` = 'Active' 
Note: See TracChangeset for help on using the changeset viewer.