Changeset 8747 for trunk/xmlrpc/BxDolXMLRPCUtil.php
- Timestamp:
- 01/22/09 05:35:05 (3 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc/BxDolXMLRPCUtil.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc/BxDolXMLRPCUtil.php
r8596 r8747 85 85 $aProfileInfo = getProfileInfo( $iId ); 86 86 $aImageFile = BxDolService::call('shared_photo', 'get_image', array($aProfileInfo, $sType), 'Search'); 87 return $aImageFile ['file'];87 return $aImageFile ? $aImageFile['file'] : false; 88 88 } 89 89
Note: See TracChangeset
for help on using the changeset viewer.