From: Janusz Dobrowolski Date: Sun, 7 Dec 2008 19:01:14 +0000 (+0000) Subject: Small syntax fix. X-Git-Tag: v2.4.2~19^2~1697 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=9a74abe767fa69d7a05687be07f2ec1c9899d52f;p=fa-stable.git Small syntax fix. --- diff --git a/sql/alter2.1.php b/sql/alter2.1.php index e5a5dbf8..060d1c95 100644 --- a/sql/alter2.1.php +++ b/sql/alter2.1.php @@ -82,7 +82,7 @@ class fa2_1 { function installed($pref) { if (check_table($pref, 'item_codes')) return false; if (check_table($pref, 'company', 'foreign_codes')) return false; - if (check_table($pref, 'supplier', 'credit_limit') return false; + if (check_table($pref, 'suppliers', 'credit_limit')) return false; return true; } };