HomeHelpTrac

Ignore:
Timestamp:
04/06/09 23:30:15 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/classes/BxDolNotificationsQuery.php

    r8046 r9985  
    3939                `tp`.`NickName` AS `actor_username`, 
    4040                `ta`.`actionText` AS `action_content`  
    41             FROM `alerts` AS `ta` 
     41            FROM `sys_notifications` AS `ta` 
    4242            LEFT JOIN `Profiles` AS `tp` ON `ta`.`actionAuthId`=`tp`.`ID` 
    4343            WHERE `ta`.`alertRcpId`='" . $iUserId . "' AND `ta`.`actionAuthId` <> '0' AND `ta`.`actionDate`>(UNIX_TIMESTAMP()-" . $iExpirationTime . ") 
Note: See TracChangeset for help on using the changeset viewer.