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');
+ }