Index: trunk/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -r4867 -r4880 --- trunk/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 4867) +++ trunk/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 4880) @@ -315,7 +315,7 @@ } } - if ( $this->Application->isDebugMode() && dbg_ConstOn('DBG_VALIDATE_CONFIGS') && isset($config['TableName']) ) + if ( $this->Application->isDebugMode() && constOn('DBG_VALIDATE_CONFIGS') && isset($config['TableName']) ) { global $debugger; $tablename = $config['TableName'];