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

(-)a/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl (-2 / +1 lines)
Lines 11-16 use Modern::Perl; Link Here
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'});
12
12
13
        # Print useful stuff here
13
        # Print useful stuff here
14
        say $out "Update is going well so far";
14
        say $out "Fixed values for system preferences AcquisitionLog, NewsLog, and NoticesLog";
15
    },
15
    },
16
}
16
}
17
- 

Return to bug 28872