Changeset 8345 for trunk/xmlrpc/BxDolXMLRPCUtil.php
- Timestamp:
- 01/11/09 21:37:12 (3 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc/BxDolXMLRPCUtil.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc/BxDolXMLRPCUtil.php
r8244 r8345 84 84 global $oFunctions; 85 85 $aProfileInfo = getProfileInfo( $iId ); 86 $aSizes = array ($sType . 'Width' => 0, $sType . 'Height' => 0); 87 $aImageFile = $oFunctions->_getImageShared ($aSizes, $aProfileInfo, $sType); 86 $aImageFile = BxDolService::call('shared_photo', 'get_image', array($aProfileInfo, $sType), 'Search'); 88 87 return $aImageFile['file']; 89 88 }
Note: See TracChangeset
for help on using the changeset viewer.