Closed (fixed)
Project:
Webserver authentication
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
18 Nov 2004 at 07:36 UTC
Updated:
2 Dec 2004 at 08:15 UTC
Using php5, and cvs drupal, the module isn't functionnal because of using uninitialised vars.
I had to initalize the $account var with:
$account = new StdClass();
And now all is working fine.
Comments
Comment #1
(not verified) commented