- Timestamp:
- 10/18/11 00:45:13 (7 months ago)
- File:
-
- 1 edited
-
tags/7.0/xmlrpc/BxDolXMLRPCSearch.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/7.0/xmlrpc/BxDolXMLRPCSearch.php
r15620 r15627 34 34 $r = db_res (" 35 35 SELECT * FROM `Profiles` 36 WHERE (`Profiles`.`Couple` = 0 OR `Profiles`.`Couple` > `Profiles`.`ID`) $sWhere36 WHERE `Status` = 'Active' AND (`Profiles`.`Couple` = 0 OR `Profiles`.`Couple` > `Profiles`.`ID`) $sWhere 37 37 ORDER BY `DateLastNav` DESC 38 38 LIMIT $iStart, $iPP"); … … 89 89 SELECT * " . $sDistance . " FROM `Profiles` 90 90 $sJoin 91 WHERE (`Profiles`.`Couple` = 0 OR `Profiles`.`Couple` > `Profiles`.`ID`) $sWhere91 WHERE `Status` = 'Active' AND (`Profiles`.`Couple` = 0 OR `Profiles`.`Couple` > `Profiles`.`ID`) $sWhere 92 92 ORDER BY `distance` ASC 93 93 LIMIT $iStart, $iPP"); … … 130 130 $r = db_res (" 131 131 SELECT * " . ( $sMatch ? ", $sMatch" : '') . " FROM `Profiles` 132 WHERE (`Profiles`.`Couple` = 0 OR `Profiles`.`Couple` > `Profiles`.`ID`) $sWhere132 WHERE `Status` = 'Active' AND (`Profiles`.`Couple` = 0 OR `Profiles`.`Couple` > `Profiles`.`ID`) $sWhere 133 133 ORDER BY `DateLastNav` DESC 134 134 LIMIT $iStart, $iPP");
Note: See TracChangeset
for help on using the changeset viewer.