Changeset 9985 for trunk/inc/classes/BxDolNotificationsQuery.php
- Timestamp:
- 04/06/09 23:30:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/inc/classes/BxDolNotificationsQuery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/classes/BxDolNotificationsQuery.php
r8046 r9985 39 39 `tp`.`NickName` AS `actor_username`, 40 40 `ta`.`actionText` AS `action_content` 41 FROM ` alerts` AS `ta`41 FROM `sys_notifications` AS `ta` 42 42 LEFT JOIN `Profiles` AS `tp` ON `ta`.`actionAuthId`=`tp`.`ID` 43 43 WHERE `ta`.`alertRcpId`='" . $iUserId . "' AND `ta`.`actionAuthId` <> '0' AND `ta`.`actionDate`>(UNIX_TIMESTAMP()-" . $iExpirationTime . ")
Note: See TracChangeset
for help on using the changeset viewer.