From 3c32adc05128a5f12a59a684c186d6e5b0bd439c Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 14 Oct 2019 23:36:28 +0200 Subject: [PATCH] Bug 23791: (follow-up) Fix database update description Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- .../atomicupdate/bug_23791-opac-social-network-selection.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_23791-opac-social-network-selection.perl b/installer/data/mysql/atomicupdate/bug_23791-opac-social-network-selection.perl index 46d6a04d7d..4b4c7381c0 100644 --- a/installer/data/mysql/atomicupdate/bug_23791-opac-social-network-selection.perl +++ b/installer/data/mysql/atomicupdate/bug_23791-opac-social-network-selection.perl @@ -10,5 +10,5 @@ if( CheckVersion( $DBversion ) ) { $dbh->do("UPDATE systempreferences SET value = '', explanation = 'email|facebook|linkedin|twitter', type = 'multiple' WHERE variable = 'SocialNetworks'"); } SetVersion ($DBversion); - print "Upgrade to $DBversion done (Bug 22880: Move contents of socialnetworks preference to Koha news system)\n"; + print "Upgrade to $DBversion done (Bug 22880: Allow granular control of socialnetworks preference)\n"; } -- 2.39.2