From ab1f9af117fa8e2d2ff143126b82b88a43ff6bf8 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 27 Feb 2019 07:47:00 -0500 Subject: [PATCH] Bug 21241: (RM follow-up) Fix error in update description Signed-off-by: Nick Clemens --- 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 b50980ef02..e74ed31fda 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -17274,7 +17274,7 @@ if( CheckVersion( $DBversion ) ) { INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('FallbackToSMSIfNoEmail', 0, 'Enable|Disable', 'Send messages by SMS if no patron email is defined', 'YesNo'); }); SetVersion( $DBversion ); - print "Upgrade to $DBversion done (Bug 17047 - Mana knowledge base)\n"; + print "Upgrade to $DBversion done (Bug 21241 - Add FallbackToSMSIfNoEmail syspref )\n"; } $DBversion = '18.12.00.010'; -- 2.39.5