IMPROVE : setup.php

This commit is contained in:
sparkyx 2005-02-12 20:01:04 +00:00
parent 073faeb5b9
commit 89316a7179

View file

@ -290,5 +290,5 @@ for ($e=0;$e < $MaxDossier;$e++) {
}
$cn=DbConnect();
if ( GetVersion($cn) == 3 ) {
ExecScript($cn,'ac-sql/patch/upgrade4.sq');
}
ExecuteScript($cn,'ac-sql/patch/upgrade4.sq');
}