Fix problem with DEBUG
This commit is contained in:
parent
e1dd97568f
commit
32a034f5d1
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ echo '</ul>';
|
|||
echo '<hr>';
|
||||
echo "<h2>Mise à 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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue