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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +7 lines)
Lines 9793-9798 if(CheckVersion($DBversion)) { Link Here
9793
    SetVersion($DBversion);
9793
    SetVersion($DBversion);
9794
}
9794
}
9795
9795
9796
$DBversion = 'XXX';
9797
if ( CheckVersion($DBversion) ) {
9798
    $dbh->do("INSERT INTO systempreferences (variable,value,explanation,type) VALUES ('OPACEnhancedMessagingPreferences', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo')");
9799
    print "Upgrade to $DBversion done (Bug 12528 - Enable staff to deny message setting access to patrons on the OPAC)\n";
9800
    SetVersion($DBversion);
9801
}
9802
9796
=head1 FUNCTIONS
9803
=head1 FUNCTIONS
9797
9804
9798
=head2 TableExists($table)
9805
=head2 TableExists($table)
9799
- 

Return to bug 12528