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