HomeHelpTrac

Changeset 10411 for trunk/xmlrpc


Ignore:
Timestamp:
05/05/09 04:34:14 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc/BxDolXMLRPCSearch.php

    r8596 r10411  
    1616            $sWhere .= " AND `City`LIKE '$sCity' "; 
    1717        if ($isWithPhotosOnly) 
    18             $sWhere .= " AND `PrimPhoto` "; 
     18            $sWhere .= " AND `Avatar` "; 
    1919        if ($isOnlineOnly)  
    2020        { 
     
    5555        } 
    5656        if ($isWithPhotosOnly) 
    57             $sWhere .= " AND `PrimPhoto` "; 
     57            $sWhere .= " AND `Avatar` "; 
    5858        if ($isOnlineOnly)  
    5959        { 
Note: See TracChangeset for help on using the changeset viewer.