HomeHelpTrac

Changeset 10520


Ignore:
Timestamp:
05/14/09 22:19:26 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/6.1.5/inc/classes/BxDolEvents.php

    r10374 r10520  
    22572257            UNIX_TIMESTAMP( `SDatingEvents`.`EventStart` ) AS `DateTime_f`  
    22582258            FROM `SDatingEvents`  
    2259             INNER JOIN `Profiles` ON `Profiles`.`ID` = `SDatingEvents`.`ResponsibleID`  
     2259            LEFT JOIN `Profiles` ON `Profiles`.`ID` = `SDatingEvents`.`ResponsibleID`  
    22602260            LEFT JOIN `SDatingParticipants` ON `SDatingParticipants`.`IDEvent` = `SDatingEvents`.`ID`  
    22612261            WHERE {$sProfileS} 
Note: See TracChangeset for help on using the changeset viewer.