Index: trunk/kernel/include/config.php =================================================================== diff -u -r259 -r289 --- trunk/kernel/include/config.php (.../config.php) (revision 259) +++ trunk/kernel/include/config.php (.../config.php) (revision 289) @@ -417,8 +417,7 @@ $sql = "SELECT * FROM ".GetTablePrefix()."ConfigurationAdmin INNER JOIN ".GetTablePrefix()."ConfigurationValues Using(VariableName) WHERE ModuleOwner='".$this->module."' AND Section='".$this->section."' AND Install=1 ORDER BY DisplayOrder ASC"; } - if((int)$_GLOBALS["debuglevel"]) - echo $sql."
\n"; + if( $GLOBALS['debuglevel'] ) echo $sql."
\n"; $adodbConnection = GetADODBConnection(); $rs = $adodbConnection->Execute($sql); while($rs && !$rs->EOF)