From 12c22b822481faf267fba3baac2d86d8e6f54346 Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Mon, 23 Jun 2014 16:57:20 +0200 Subject: [PATCH] 3.15.00.049 is about Bug 5377, not 11268 http://bugs.koha-community.org/show_bug.cgi?id=12466 --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index c68ba51..e88ed00 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8435,7 +8435,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { ADD INDEX isbn ( isbn ( 255 ) ) "); - print "Upgrade to $DBversion done (Bug 11268 - Biblioitems URL field is too small for some URLs)\n"; + print "Upgrade to $DBversion done (Bug 5377 - Biblioitems isbn and issn fields too small for multiple ISBN and ISSN)\n"; SetVersion($DBversion); } -- 1.9.1