Changeset 9985 for trunk/admin/activityTrac.php
- Timestamp:
- 04/06/09 23:30:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/admin/activityTrac.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/activityTrac.php
r7305 r9985 23 23 function getUserActions ($iUser) { 24 24 $iUser = (int)$iUser; 25 $sqlQuery = "SELECT `alertId`, `actionUnit`, `alertRcpId`, `actionText`, `actionDate` FROM ` alerts` WHERE `actionAuthId`='$iUser' ORDER BY `actionDate` DESC";25 $sqlQuery = "SELECT `alertId`, `actionUnit`, `alertRcpId`, `actionText`, `actionDate` FROM `sys_notifications` WHERE `actionAuthId`='$iUser' ORDER BY `actionDate` DESC"; 26 26 $rData = db_res($sqlQuery); 27 27 $aList = array();
Note: See TracChangeset
for help on using the changeset viewer.