11 |
$dbh->do(q{update systempreferences set value=0 where variable in ('AcquisitionLog', 'NewsLog', 'NoticesLog') and value='off'}); |
11 |
$dbh->do(q{update systempreferences set value=0 where variable in ('AcquisitionLog', 'NewsLog', 'NoticesLog') and value='off'}); |
14 |
say $out "Update is going well so far"; |
14 |
say $out "Fixed values for system preferences AcquisitionLog, NewsLog, and NoticesLog"; |