From 55332977bf4d70de9d78c324ad88b302d2174c10 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 22 Feb 2019 13:28:50 +0000 Subject: [PATCH] Bug 16276: (RM follow-up) Fix update statement output 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 7062ea1247..564b6cf4eb 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -13036,7 +13036,7 @@ if ( CheckVersion($DBversion) ) { INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('TrackLastPatronActivity', '0', 'If set, the field borrowers.lastseen will be updated everytime a patron is seen', NULL, 'YesNo'); }); - print "Upgrade to $DBversion done (Bug 16274 - Make the selfregistration branchcode selection configurable)\n"; + print "Upgrade to $DBversion done (Bug 16276: Add a new pref TrackLastPatronActivity and new column borrowers.lastseen)\n"; SetVersion($DBversion); } -- 2.39.5