[Koha-patches] [PATCH] Bug 3654 Fix sql syntax error in earlier patch

Colin Campbell colin.campbell at ptfs-europe.com
Tue Feb 16 14:10:49 CET 2010


mysql comments require a space after the --
---
 installer/data/mysql/en/optional/auth_val.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/data/mysql/en/optional/auth_val.sql b/installer/data/mysql/en/optional/auth_val.sql
index 5a39534..12856d0 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');
-- 
1.6.6




More information about the Koha-patches mailing list