From 2dc5cb56dbbc0f1f813e93c08f2a97fedcafbf80 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Tue, 16 Feb 2010 13:10:49 +0000 Subject: [PATCH] Bug 3654 Fix sql syntax error in earlier patch mysql comments require a space after the -- Signed-off-by: Galen Charlton --- installer/data/mysql/en/optional/auth_val.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/en/optional/auth_val.sql b/installer/data/mysql/en/optional/auth_val.sql index 5a39534656..12856d0b1e 100644 --- a/installer/data/mysql/en/optional/auth_val.sql +++ b/installer/data/mysql/en/optional/auth_val.sql @@ -49,5 +49,5 @@ INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('RESTR -- manual invoice types INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('MANUAL_INV','Copier Fees','.25'); ---custom borrower notes +-- custom borrower notes INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('BOR_NOTES','ADDR','Address Notes'); -- 2.11.0