Changeset 15211 for trunk/xmlrpc/BxDolXMLRPCSearch.php
- Timestamp:
- 06/07/11 23:41:51 (12 months ago)
- File:
-
- 1 edited
-
trunk/xmlrpc/BxDolXMLRPCSearch.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc/BxDolXMLRPCSearch.php
r13353 r15211 8 8 return new xmlrpcresp(new xmlrpcval(array('error' => new xmlrpcval(1,"int")), "struct")); 9 9 10 BxDolXMLRPCUtil::setLanguage ($sLang); 10 BxDolXMLRPCUtil::setLanguage ($sLang); 11 11 12 12 $sCountryCode = process_db_input ($sCountryCode, BX_TAGS_NO_ACTION, BX_SLASHES_NO_ACTION); … … 20 20 if ($isWithPhotosOnly) 21 21 $sWhere .= " AND `Avatar` "; 22 if ($isOnlineOnly) 22 if ($isOnlineOnly) 23 23 { 24 24 $iOnlineTime = (int)getParam( 'member_online_time' ); … … 49 49 return new xmlrpcresp(new xmlrpcval(array('error' => new xmlrpcval(1,"int")), "struct")); 50 50 51 BxDolXMLRPCUtil::setLanguage ($sLang); 51 BxDolXMLRPCUtil::setLanguage ($sLang); 52 52 53 53 $sLat = (float)$sLat; … … 64 64 if ($isWithPhotosOnly) 65 65 $sWhere .= " AND `Avatar` "; 66 if ($isOnlineOnly) 66 if ($isOnlineOnly) 67 67 { 68 68 $iOnlineTime = getParam( 'member_online_time' ); … … 94 94 return new xmlrpcresp(new xmlrpcval(array('error' => new xmlrpcval(1,"int")), "struct")); 95 95 96 BxDolXMLRPCUtil::setLanguage ($sLang); 96 BxDolXMLRPCUtil::setLanguage ($sLang); 97 97 98 98 $sKeyword = process_db_input ($sKeyword, BX_TAGS_NO_ACTION, BX_SLASHES_NO_ACTION); … … 106 106 if ($isWithPhotosOnly) 107 107 $sWhere .= " AND `Avatar` "; 108 if ($isOnlineOnly) 108 if ($isOnlineOnly) 109 109 { 110 110 $iOnlineTime = getParam( 'member_online_time' );
Note: See TracChangeset
for help on using the changeset viewer.