Changeset 301
- Timestamp:
- 25/10/07 22:19:05 (6 years ago)
- Files:
-
- 1 modified
-
lib/error.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/error.php
r286 r301 21 21 set_error_handler("handle_messages", (E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE)); 22 22 23 // empty messages array was causing PHP to spew notices 24 if (!isset($messages)) $messages = array(); 25 23 26 24 27 ?>
