HomeHelpTrac

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

Legend:

Unmodified
Added
Removed
  • trunk/admin/activityTrac.php

    r7305 r9985  
    2323function getUserActions ($iUser) { 
    2424    $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"; 
    2626    $rData = db_res($sqlQuery); 
    2727    $aList = array(); 
Note: See TracChangeset for help on using the changeset viewer.