From 94a77ee18afd915aeead73d548d9320c4a18456c Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 4 Apr 2013 09:58:17 +0200 Subject: [PATCH] Bug 7368: Typo in kohastructure.sql documentation line Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- installer/data/mysql/kohastructure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index a6760d4..24097ed 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -468,7 +468,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`; -- 1.7.10.4