Bug 7368: Typo in kohastructure.sql documentation line
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 4 Apr 2013 07:58:17 +0000 (09:58 +0200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 18 Apr 2013 13:47:58 +0000 (09:47 -0400)
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
installer/data/mysql/kohastructure.sql

index c74c39b..e56248a 100644 (file)
@@ -466,7 +466,7 @@ CREATE TABLE collections_tracking (
 ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8;
 
 --
--- Table structure for table `borrower_branch_circ_rules`
+-- Table structure for table `branch_borrower_circ_rules`
 --
 
 DROP TABLE IF EXISTS `branch_borrower_circ_rules`;