From f49661a96f1c24adfe81c6e2650aeebd6a7daa91 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 19 Feb 2020 17:12:06 +0000 Subject: [PATCH] Bug 24103: (RM follow-up) Correction to updatedatabase text Signed-off-by: Martin Renvoize --- 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 9beaf46414..f748f816ac 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -20847,7 +20847,7 @@ if( CheckVersion( $DBversion ) ) { VALUES ('DumpSearchQueryTemplate',0,'','Add the search query being passed to the search engine into the template for debugging','YesNo') }); SetVersion( $DBversion ); - print "Upgrade to $DBversion done (Bug XXXXX - add DumpSearchQueryTemplate syspref)\n"; + print "Upgrade to $DBversion done (Bug 24103 - add DumpSearchQueryTemplate syspref)\n"; } $DBversion = '19.12.00.026'; -- 2.39.5