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/BxDolXMLRPCSearch.php

    r7891 r8238  
    3434 
    3535        while ($aRow = mysql_fetch_array ($r)) 
    36             $aProfiles[] = new xmlrpcval(BxDolXMLRPCUtil::fillProfileArray($aRow, 'icon'), 'struct'); 
     36            $aProfiles[] = new xmlrpcval(BxDolXMLRPCUtil::fillProfileArray($aRow, 'thumb'), 'struct'); 
    3737 
    3838        return new xmlrpcval ($aProfiles, "array"); 
Note: See TracChangeset for help on using the changeset viewer.