X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Falter2.3.php;h=2a517deb7321b79314cfa9ab6812bfaef9de01e3;hb=534dffa74be8e7580cb8f090771d31520a60916b;hp=bdeab5c67c88f6374160729bbe82c2818b9a1692;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/sql/alter2.3.php b/sql/alter2.3.php index bdeab5c6..2a517deb 100644 --- a/sql/alter2.3.php +++ b/sql/alter2.3.php @@ -28,6 +28,7 @@ class fa2_3 { { global $db_version, $dflt_lang; + $this->preconf = $this->fix_extensions(); if (!$this->preconf) return false; @@ -110,7 +111,6 @@ class fa2_3 { // function installed($pref) { $this->beta = !check_table($pref, 'suppliers', 'tax_included'); - $this->preconf = $this->fix_extensions(); $n = 1; // number of patches to be installed $patchcnt = 0;