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

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 789-794 sub checkauth { Link Here
789
    my $emailaddress    = shift;
789
    my $emailaddress    = shift;
790
    $type = 'opac' unless $type;
790
    $type = 'opac' unless $type;
791
791
792
    $authnotrequired = 0 unless C4::Context->preference("OpacPublic");
792
    my $dbh     = C4::Context->dbh;
793
    my $dbh     = C4::Context->dbh;
793
    my $timeout = _timeout_syspref();
794
    my $timeout = _timeout_syspref();
794
795
795
- 

Return to bug 24663