bug 7284 2nd follow-up, fixing perl mistake
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 7 Mar 2012 22:37:02 +0000 (23:37 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 7 Mar 2012 22:37:02 +0000 (23:37 +0100)
installer/data/mysql/updatedatabase.pl

index 0242d4a..33a3df6 100755 (executable)
@@ -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 (<b>Enhancement 7284, improved authority matching, see <a href="http://wiki.koha-community.org/wiki/Bug7284_authority_matching_improvement"> wiki page for configuration update needed</a></b>)\n";
+    print "Upgrade to $DBversion done (<b>Enhancement 7284, improved authority matching, see <a href='http://wiki.koha-community.org/wiki/Bug7284_authority_matching_improvement'> wiki page for configuration update needed</a></b>)\n";
     SetVersion($DBversion);
 }