From: Nick Clemens Date: Wed, 27 Feb 2019 12:47:00 +0000 (-0500) Subject: Bug 21241: (RM follow-up) Fix error in update description X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=ab1f9af117fa8e2d2ff143126b82b88a43ff6bf8 Bug 21241: (RM follow-up) Fix error in update description Signed-off-by: Nick Clemens --- 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';