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

(-)a/C4/Auth.pm (-7 lines)
Lines 1356-1367 sub checkauth { Link Here
1356
        opacreadinghistory                    => C4::Context->preference("opacreadinghistory"),
1356
        opacreadinghistory                    => C4::Context->preference("opacreadinghistory"),
1357
        opaclanguagesdisplay                  => C4::Context->preference("opaclanguagesdisplay"),
1357
        opaclanguagesdisplay                  => C4::Context->preference("opaclanguagesdisplay"),
1358
        OPACUserJS                            => C4::Context->preference("OPACUserJS"),
1358
        OPACUserJS                            => C4::Context->preference("OPACUserJS"),
1359
        opacbookbag                           => "" . C4::Context->preference("opacbookbag"),
1360
        OpacCloud                             => C4::Context->preference("OpacCloud"),
1361
        OpacTopissue                          => C4::Context->preference("OpacTopissue"),
1362
        OpacAuthorities                       => C4::Context->preference("OpacAuthorities"),
1363
        OpacBrowser                           => C4::Context->preference("OpacBrowser"),
1364
        TagsEnabled                           => C4::Context->preference("TagsEnabled"),
1365
        OPACUserCSS                           => C4::Context->preference("OPACUserCSS"),
1359
        OPACUserCSS                           => C4::Context->preference("OPACUserCSS"),
1366
        intranetcolorstylesheet               => C4::Context->preference("intranetcolorstylesheet"),
1360
        intranetcolorstylesheet               => C4::Context->preference("intranetcolorstylesheet"),
1367
        intranetstylesheet                    => C4::Context->preference("intranetstylesheet"),
1361
        intranetstylesheet                    => C4::Context->preference("intranetstylesheet"),
1368
- 

Return to bug 32205