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

(-)a/C4/Auth.pm (-7 lines)
Lines 1362-1373 sub checkauth { Link Here
1362
        opacreadinghistory                    => C4::Context->preference("opacreadinghistory"),
1362
        opacreadinghistory                    => C4::Context->preference("opacreadinghistory"),
1363
        opaclanguagesdisplay                  => C4::Context->preference("opaclanguagesdisplay"),
1363
        opaclanguagesdisplay                  => C4::Context->preference("opaclanguagesdisplay"),
1364
        OPACUserJS                            => C4::Context->preference("OPACUserJS"),
1364
        OPACUserJS                            => C4::Context->preference("OPACUserJS"),
1365
        opacbookbag                           => "" . C4::Context->preference("opacbookbag"),
1366
        OpacCloud                             => C4::Context->preference("OpacCloud"),
1367
        OpacTopissue                          => C4::Context->preference("OpacTopissue"),
1368
        OpacAuthorities                       => C4::Context->preference("OpacAuthorities"),
1369
        OpacBrowser                           => C4::Context->preference("OpacBrowser"),
1370
        TagsEnabled                           => C4::Context->preference("TagsEnabled"),
1371
        OPACUserCSS                           => C4::Context->preference("OPACUserCSS"),
1365
        OPACUserCSS                           => C4::Context->preference("OPACUserCSS"),
1372
        intranetcolorstylesheet               => C4::Context->preference("intranetcolorstylesheet"),
1366
        intranetcolorstylesheet               => C4::Context->preference("intranetcolorstylesheet"),
1373
        intranetstylesheet                    => C4::Context->preference("intranetstylesheet"),
1367
        intranetstylesheet                    => C4::Context->preference("intranetstylesheet"),
1374
- 

Return to bug 32205