From 89316a717962c70a99a7eb6d8810f58e4bb16951 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 12 Feb 2005 20:01:04 +0000 Subject: [PATCH] IMPROVE : setup.php --- html/admin/setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/admin/setup.php b/html/admin/setup.php index 5076475d4..b6761df9d 100644 --- a/html/admin/setup.php +++ b/html/admin/setup.php @@ -290,5 +290,5 @@ for ($e=0;$e < $MaxDossier;$e++) { } $cn=DbConnect(); if ( GetVersion($cn) == 3 ) { - ExecScript($cn,'ac-sql/patch/upgrade4.sq'); - } \ No newline at end of file + ExecuteScript($cn,'ac-sql/patch/upgrade4.sq'); + }