Changeset 9175 for trunk/xmlrpc
- Timestamp:
- 02/16/09 02:36:18 (3 years ago)
- Location:
- trunk/xmlrpc
- Files:
-
- 2 edited
-
BxDolXMLRPCMedia.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc/BxDolXMLRPCMedia.php
r8701 r9175 96 96 'file' => new xmlrpcval($aRow['file']), 97 97 'cat' => new xmlrpcval($sCat), 98 'rate' => new xmlrpcval($aRow[' gal_rating_count'] ? $aRow['gal_rating_sum']/$aRow['gal_rating_count'] : 0),99 'rate_count' => new xmlrpcval((int)$aRow[' gal_rating_count']),98 'rate' => new xmlrpcval($aRow['voting_rate']), 99 'rate_count' => new xmlrpcval((int)$aRow['voting_count']), 100 100 ); 101 101 $aFiles[] = new xmlrpcval($a, 'struct'); -
trunk/xmlrpc/index.php
r8244 r9175 1 1 <?php 2 3 $GLOBALS['bx_profiler_disable'] = 1; 4 2 5 include("../inc/header.inc.php"); 3 6 require_once(BX_DIRECTORY_PATH_INC . 'admin.inc.php');
Note: See TracChangeset
for help on using the changeset viewer.