From 906aff23cad65bffe15b3901657a845757b47d08 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 8 Mar 2012 15:23:29 +0100 Subject: [PATCH] bug 7284 follow-up: removing html tags and as they're displayed not as HTML --- 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 33a3df6d00..ccca83a8d0 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4761,7 +4761,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do( "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('CatalogModuleRelink',0,'If OFF the linker will never replace the authids that are set in the cataloging module.',NULL,'YesNo');" ); - print "Upgrade to $DBversion done (Enhancement 7284, improved authority matching, see wiki page for configuration update needed)\n"; + print "Upgrade to $DBversion done (Enhancement 7284, improved authority matching, see http://wiki.koha-community.org/wiki/Bug7284_authority_matching_improvement wiki page for configuration update needed)\n"; SetVersion($DBversion); } -- 2.39.2