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

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

Return to bug 24663