Bug 24103: (RM follow-up) Correction to updatedatabase text

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Martin Renvoize 2020-02-19 17:12:06 +00:00
parent fc4d99d2d7
commit f49661a96f
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -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';