Changeset 8238 for trunk/xmlrpc/BxDolXMLRPCFriends.php
- Timestamp:
- 12/27/08 00:58:01 (3 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc/BxDolXMLRPCFriends.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc/BxDolXMLRPCFriends.php
r7936 r8238 16 16 $aProfiles = array (); 17 17 while ($aRow = mysql_fetch_array ($r)) 18 $aProfiles[] = new xmlrpcval(BxDolXMLRPCUtil::fillProfileArray($aRow, ' icon'), 'struct');18 $aProfiles[] = new xmlrpcval(BxDolXMLRPCUtil::fillProfileArray($aRow, 'thumb'), 'struct'); 19 19 20 20 return new xmlrpcval ($aProfiles, "array"); … … 33 33 34 34 while ($aRow = mysql_fetch_array ($r)) 35 $aProfiles[] = new xmlrpcval(BxDolXMLRPCUtil::fillProfileArray($aRow, ' icon'), 'struct');35 $aProfiles[] = new xmlrpcval(BxDolXMLRPCUtil::fillProfileArray($aRow, 'thumb'), 'struct'); 36 36 37 37 return new xmlrpcval ($aProfiles, "array");
Note: See TracChangeset
for help on using the changeset viewer.