Changeset 10411 for trunk/xmlrpc/BxDolXMLRPCSearch.php
- Timestamp:
- 05/05/09 04:34:14 (3 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc/BxDolXMLRPCSearch.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc/BxDolXMLRPCSearch.php
r8596 r10411 16 16 $sWhere .= " AND `City`LIKE '$sCity' "; 17 17 if ($isWithPhotosOnly) 18 $sWhere .= " AND ` PrimPhoto` ";18 $sWhere .= " AND `Avatar` "; 19 19 if ($isOnlineOnly) 20 20 { … … 55 55 } 56 56 if ($isWithPhotosOnly) 57 $sWhere .= " AND ` PrimPhoto` ";57 $sWhere .= " AND `Avatar` "; 58 58 if ($isOnlineOnly) 59 59 {
Note: See TracChangeset
for help on using the changeset viewer.