Changeset 1806
- Timestamp:
- 05/02/07 13:30:51 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/branches/franck-desktop/bureau/class/config.php
r1804 r1806 45 45 } 46 46 */ 47 error_reporting(E_ALL);47 // error_reporting(E_ALL); 48 48 49 49 // 1. Get a semaphore id for the alternc magic number (18577) alternc/branches/franck-desktop/bureau/class/error_handler.php
r1804 r1806 1 1 <?php 2 2 3 $customErrorHandler = true;3 $customErrorHandler = false; 4 4 $phpErrorList = array(); 5 5
