mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
PDO Install enabled. PHP Notice fixes.
This commit is contained in:
@@ -60,6 +60,12 @@ else
|
||||
define('E107_DEBUG_LEVEL', 0);
|
||||
}
|
||||
|
||||
if(!defined('e_DEBUG'))
|
||||
{
|
||||
$e_DEBUG = (E107_DEBUG_LEVEL > 0) ? true: false;
|
||||
define('e_DEBUG', $e_DEBUG);
|
||||
}
|
||||
|
||||
//
|
||||
// Define all debug constants -- each one will be zero or a value
|
||||
// They all have different values and can be 'or'ed together
|
||||
|
Reference in New Issue
Block a user