This commit is contained in:
Robin Appelman 2011-04-16 20:07:57 +02:00
Родитель e043f9c6fe
Коммит d002ed0b94
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -23,8 +23,7 @@
// set some stuff
//ob_start();
// error_reporting(E_ALL | E_STRICT);
error_reporting( E_ERROR | E_PARSE | E_WARNING ); // MDB2 gives loads of strict error, disabling for now
error_reporting(E_ALL | E_STRICT);
date_default_timezone_set('Europe/Berlin');
ini_set('arg_separator.output','&');