From 08c993d09edf3dca3ebd5dc2f05534bea0a83b46 Mon Sep 17 00:00:00 2001 From: Waylon Robertson Date: Mon, 14 Oct 2013 21:40:49 -0500 Subject: [PATCH 2/2] Fixed mistakes in mysql in updatedatabase.pl --- installer/data/mysql/updatedatabase.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 8daaa3f..9013bfc 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7231,9 +7231,9 @@ if ( CheckVersion($DBversion) ) { $DBversion = "XXX"; if ( CheckVersion($DBversion) ) { - $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('multibranch',0,'If ON, patrons having borrower_attribute's of branchcode, will have them added to their branches allowed, list. Filters all branch lists and opac searches.',NULL,'YesNo');"); + $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('multibranch',0,'If ON, patrons having borrower_attributes of branchcode, will have them added to their branches allowed, list. Filters all branch lists and opac searches.',NULL,'YesNo');"); print "Upgrade to $DBversion done (Bug 9055, Added multibranch syspref"; - +} =head1 FUNCTIONS -- 1.7.2.5