Bug 3654 Fix sql syntax error in earlier patch
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 16 Feb 2010 13:10:49 +0000 (13:10 +0000)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 17 Feb 2010 10:08:27 +0000 (05:08 -0500)
mysql comments require a space after the --

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
installer/data/mysql/en/optional/auth_val.sql

index 5a39534..12856d0 100644 (file)
@@ -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');