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/profiles.php

    r9977 r9985  
    601601            break; 
    602602        case 'alert': 
    603             $sqlAct  = "SELECT COUNT(*) as `Num` FROM `alerts` WHERE `actionAuthId`=$ID"; 
     603            $sqlAct  = "SELECT COUNT(*) as `Num` FROM `sys_notifications` WHERE `actionAuthId`=$ID"; 
    604604            $sHrefA  = '#'; 
    605605            $sOnMouseOver = 'onmouseover = "showFloatDescUrl(\'activityTrac.php?iUser='.$ID.'\');"'; 
Note: See TracChangeset for help on using the changeset viewer.