From bed7eb47623356c8e317d64f4fa5dc6a5efadbd2 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 29 Apr 2016 14:04:57 +0000 Subject: [PATCH] Bug 16041 - DBRev - Fix print line Signed-off-by: Kyle M Hall --- 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 92523ac1d4..dc65d2e639 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12521,7 +12521,7 @@ if ( CheckVersion($DBversion) ) { warn "The system preference AuthorisedValueImages or StaffAuthorisedValueImages could be turned off if you are not aware of this feature\n"; } - print "Upgrade to $DBversion done (Bug 15531 - Add support for standing orders)\n"; + print "Upgrade to $DBversion done (Bug 16041 - StaffAuthorisedValueImages & AuthorisedValueImages preferences - impact on search performance)\n"; SetVersion($DBversion); } -- 2.39.5