From ff97c7c01f49b99af1737b419882e921f6ec1135 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 Content-Type: text/plain; charset=utf-8 Fixes the description and bug reference. http://bugs.koha-community.org/show_bug.cgi?id=12466 Signed-off-by: Katrin Fischer Fixes the description on the old update database entry, no problems found. Signed-off-by: Marcel de Rooy --- installer/data/mysql/updatedatabase.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 30d5b9c..add2b2e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8439,7 +8439,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.7.7.6