Changeset 9985 for trunk/admin/profiles.php
- Timestamp:
- 04/06/09 23:30:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/admin/profiles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/profiles.php
r9977 r9985 601 601 break; 602 602 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"; 604 604 $sHrefA = '#'; 605 605 $sOnMouseOver = 'onmouseover = "showFloatDescUrl(\'activityTrac.php?iUser='.$ID.'\');"';
Note: See TracChangeset
for help on using the changeset viewer.