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

    r8181 r8238  
    103103                'desc' => new xmlrpcval($aRow['size']), 
    104104                'icon' =>new xmlrpcval($oMedia->getImgUrl($aRow['id'], 'icon')), 
     105                'thumb' =>new xmlrpcval($oMedia->getImgUrl($aRow['id'], 'thumb')), 
    105106                'file' =>new xmlrpcval($oMedia->getImgUrl($aRow['id'], 'file')), 
    106107                'cat' =>new xmlrpcval($sCat), 
Note: See TracChangeset for help on using the changeset viewer.