|
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 |
- |
|
|