Bug : ne fait la maj si MULTI n'est pas defini
This commit is contained in:
parent
9894eda204
commit
49a97dee91
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ if ( $flag_php==0 ) {
|
|||
exit -1;
|
||||
}
|
||||
/* check user */
|
||||
if ( defined("MULTI") && MULTI==1)
|
||||
if ( (defined("MULTI") && MULTI==1)|| !defined("MULTI"))
|
||||
{
|
||||
$cn=new Database(-1,'template');
|
||||
} else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue