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