HomeHelpTrac

Ignore:
Timestamp:
12/27/08 00:58:01 (3 years ago)
Author:
Alexander Trofimov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc/BxDolXMLRPCFriends.php

    r7936 r8238  
    1616        $aProfiles = array (); 
    1717        while ($aRow = mysql_fetch_array ($r)) 
    18             $aProfiles[] = new xmlrpcval(BxDolXMLRPCUtil::fillProfileArray($aRow, 'icon'), 'struct'); 
     18            $aProfiles[] = new xmlrpcval(BxDolXMLRPCUtil::fillProfileArray($aRow, 'thumb'), 'struct'); 
    1919 
    2020        return new xmlrpcval ($aProfiles, "array"); 
     
    3333 
    3434        while ($aRow = mysql_fetch_array ($r)) 
    35             $aProfiles[] = new xmlrpcval(BxDolXMLRPCUtil::fillProfileArray($aRow, 'icon'), 'struct'); 
     35            $aProfiles[] = new xmlrpcval(BxDolXMLRPCUtil::fillProfileArray($aRow, 'thumb'), 'struct'); 
    3636 
    3737        return new xmlrpcval ($aProfiles, "array"); 
Note: See TracChangeset for help on using the changeset viewer.