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

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

Return to bug 24663