HomeHelpTrac

Ignore:
Timestamp:
04/06/09 23:30:15 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc/BxDolXMLRPCMedia.php

    r9551 r9985  
    6666        if (!($r = db_res (" 
    6767            SELECT `c`.`Category`, COUNT(`f`.`$sFieldId`) AS `Num` 
    68             FROM `Categories` AS `c` 
     68            FROM `sys_categories` AS `c` 
    6969            LEFT JOIN `$sTable` AS `f` ON (`f`.`$sFieldId` = `c`.`ID` AND `f`.`$sFieldOwner` = '$iIdProfile') 
    7070            WHERE `c`.`Type` = '$sType' AND (`c`.`Owner` = '0' OR `c`.`Owner` = '$iIdProfile') 
Note: See TracChangeset for help on using the changeset viewer.