Typo in kohastructured.sql thanks to Marcel de Rooy for the catch
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 30 Mar 2011 22:41:48 +0000 (11:41 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 30 Mar 2011 22:41:48 +0000 (11:41 +1300)
installer/data/mysql/kohastructure.sql

index 1171cb1..e0bea81 100644 (file)
@@ -420,7 +420,7 @@ CREATE TABLE `categories` (
   `overduenoticerequired` tinyint(1) default NULL,
   `issuelimit` smallint(6) default NULL,
   `reservefee` decimal(28,6) default NULL,
-  `hidelostitems` tinyint(1) NOT NULL default '0' 
+  `hidelostitems` tinyint(1) NOT NULL default '0',
   `category_type` varchar(1) NOT NULL default 'A',
   PRIMARY KEY  (`categorycode`),
   UNIQUE KEY `categorycode` (`categorycode`)