Changeset 3074:594a1d72c352 for inc/admin
- Timestamp:
- 08/15/15 11:44:58 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r3060 r3074 196 196 $res = ''; 197 197 if (isset($_SESSION['notifications'])) { 198 $notifications = $_SESSION['notifications'];199 198 foreach ($_SESSION['notifications'] as $notification) { 200 199 $res .= self::getNotification($notification);
Note: See TracChangeset
for help on using the changeset viewer.