From 82a7180d525b0d353c2c492b614d368fd0579016 Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Mon, 23 Jun 2014 16:57:20 +0200 Subject: [PATCH] Bug 12466: 3.15.00.049 is about Bug 5377, not 11268 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 Signed-off-by: Tomas Cohen Arazi --- 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 30d5b9cd74..add2b2e13f 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); } -- 2.39.5