Changeset 301

Show
Ignore:
Timestamp:
25/10/07 22:19:05 (6 years ago)
Author:
chckens
Message:

fixed this a while back. Committing now svn permissions are sane once again

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/error.php

    r286 r301  
    2121set_error_handler("handle_messages", (E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE)); 
    2222 
     23// empty messages array was causing PHP to spew notices 
     24if (!isset($messages)) $messages = array(); 
     25 
    2326 
    2427?>