authentification bugfix :
authortipaul <tipaul>
Tue, 10 Dec 2002 15:52:49 +0000 (15:52 +0000)
committertipaul <tipaul>
Tue, 10 Dec 2002 15:52:49 +0000 (15:52 +0000)
commitb0d0dddfacc37ea053b72047f25d56056f48f382
tree9c75d4e4103bec7eefb9a84f0755116a6f8091a3
parentafe757aeca66281ed5f8b7c15578c8450bc398ff
authentification bugfix :
the api in pod-auth.pm has "type => 'opac' "parameter.
If called from intranet, should be type => 'intranet'.
Output.pm checked for type existed, and not it's value. Now, Output compares checks for type value.
If type='intranet', then the intranet template is called, else it's an opac template.
Finlay, please validate this commit.
C4/Auth.pm
C4/Output.pm