IMPROVE setup

This commit is contained in:
sparkyx 2005-02-12 20:23:35 +00:00
parent 89316a7179
commit 922145b071

View file

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