Changeset 18463 for trunk/include
- Timestamp:
- Oct 4, 2012, 6:03:25 PM (12 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/common.inc.php
r17649 r18463 65 65 'infos' => array(), 66 66 'errors' => array(), 67 'warnings' => array(), 67 68 ); 68 69 $user = array(); -
trunk/include/page_messages.php
r15578 r18463 25 25 if ($template->get_template_vars('page_refresh') === null) 26 26 { 27 foreach (array('errors','infos' ) as $mode)27 foreach (array('errors','infos','warnings') as $mode) 28 28 { 29 29 if (isset($_SESSION['page_'.$mode]))
Note: See TracChangeset
for help on using the changeset viewer.