Bug 12448: (RM followup) fix bug number in updatedatabase.pl
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 10 Nov 2014 15:54:46 +0000 (12:54 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 10 Nov 2014 15:54:46 +0000 (12:54 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl

index a44141e..5ada385 100755 (executable)
@@ -9022,7 +9022,7 @@ if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo')
     |);
-    print "Upgrade to $DBversion done (Bug 11169 - Add RentalFeesCheckoutConfirmation syspref)\n";
+    print "Upgrade to $DBversion done (Bug 12448 - Add RentalFeesCheckoutConfirmation syspref)\n";
     SetVersion($DBversion);
 }