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

(-)a/installer/data/mysql/atomicupdate/bug_32682_add_permission.pl (-2 / +6 lines)
Lines 17-23 return { Link Here
17
17
18
        say $out "Added new permission 'view_checkout_history'";
18
        say $out "Added new permission 'view_checkout_history'";
19
19
20
        my $IntranetBrowsingHistory = C4::Context->preference('intranetreadinghistory');
20
        my ($IntranetBrowsingHistory) = $dbh->selectrow_array(
21
            q|
22
            SELECT value FROM systempreferences WHERE variable='intranetreadinghistory'
23
        |
24
        );
25
21
        if ($IntranetBrowsingHistory) {
26
        if ($IntranetBrowsingHistory) {
22
27
23
            my $insert_sth = $dbh->prepare(
28
            my $insert_sth = $dbh->prepare(
24
- 

Return to bug 32682