Fix problem with DEBUG

This commit is contained in:
Dany De Bontridder 2010-12-02 21:42:18 +00:00
parent e1dd97568f
commit 32a034f5d1

View file

@ -414,7 +414,7 @@ echo '</ul>';
echo '<hr>';
echo "<h2>Mise &agrave; jour Repository</h2>";
$cn=new Database();
if ( DEBUG == 'false') ob_start();
if ( DEBUG == false ) ob_start();
$MaxVersion=DBVERSIONREPO-1;
for ($i=4;$i<= $MaxVersion;$i++)
{