Changeset 10520
- Timestamp:
- 05/14/09 22:19:26 (3 years ago)
- File:
-
- 1 edited
-
tags/6.1.5/inc/classes/BxDolEvents.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/6.1.5/inc/classes/BxDolEvents.php
r10374 r10520 2257 2257 UNIX_TIMESTAMP( `SDatingEvents`.`EventStart` ) AS `DateTime_f` 2258 2258 FROM `SDatingEvents` 2259 INNERJOIN `Profiles` ON `Profiles`.`ID` = `SDatingEvents`.`ResponsibleID`2259 LEFT JOIN `Profiles` ON `Profiles`.`ID` = `SDatingEvents`.`ResponsibleID` 2260 2260 LEFT JOIN `SDatingParticipants` ON `SDatingParticipants`.`IDEvent` = `SDatingEvents`.`ID` 2261 2261 WHERE {$sProfileS}
Note: See TracChangeset
for help on using the changeset viewer.