View | Details | Raw Unified | Return to bug 23791
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_23791-opac-social-network-selection.perl (-2 / +1 lines)
Lines 10-14 if( CheckVersion( $DBversion ) ) { Link Here
10
        $dbh->do("UPDATE systempreferences SET value = '', explanation = 'email|facebook|linkedin|twitter', type = 'multiple'  WHERE variable = 'SocialNetworks'");
10
        $dbh->do("UPDATE systempreferences SET value = '', explanation = 'email|facebook|linkedin|twitter', type = 'multiple'  WHERE variable = 'SocialNetworks'");
11
    }
11
    }
12
    SetVersion ($DBversion);
12
    SetVersion ($DBversion);
13
    print "Upgrade to $DBversion done (Bug 22880: Move contents of socialnetworks preference to Koha news system)\n";
13
    print "Upgrade to $DBversion done (Bug 22880: Allow granular control of socialnetworks preference)\n";
14
}
14
}
15
- 

Return to bug 23791