Bug 21241: (RM follow-up) Fix error in update description
authorNick Clemens <nick@bywatersolutions.com>
Wed, 27 Feb 2019 12:47:00 +0000 (07:47 -0500)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 27 Feb 2019 14:14:21 +0000 (09:14 -0500)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
installer/data/mysql/updatedatabase.pl

index b50980e..e74ed31 100755 (executable)
@@ -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';