projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6daea90
)
Small syntax fix.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sun, 7 Dec 2008 19:01:14 +0000
(19:01 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sun, 7 Dec 2008 19:01:14 +0000
(19:01 +0000)
sql/alter2.1.php
patch
|
blob
|
history
diff --git
a/sql/alter2.1.php
b/sql/alter2.1.php
index e5a5dbf8765bc209f1c7fd3301c9e7cd567f79dc..060d1c95a51311adc247930a502e76bc4249e80b 100644
(file)
--- 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, 'supplier
s', 'credit_limit')) return false;
return true;
}
};