Changeset 767 for trunk/phpbms/include/session.php
- Timestamp:
- 01/18/10 13:08:08 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/include/session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/include/session.php
r745 r767 38 38 */ 39 39 40 // Turn on/or off debugging 40 /** 41 * Turn on/or off debugging 42 */ 41 43 @ define("APP_DEBUG", true); 42 44 if(APP_DEBUG) 43 error_reporting(E_ALL); 44 45 error_reporting(E_ALL); 46 else 47 error_reporting(0); 48 49 /** 50 * Until we instatiate time zone in the program 51 * This lines suppress warnings when error reporting is strict 52 */ 53 @ date_default_timezone_set(date_default_timezone_get()); 45 54 46 55 // Error Class - This class reports errors. It can also log these errors