Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
[koha.git] / C4 / Auth.pm
2002-10-12 arensbTurn off authentication entirely if systempreference...
2002-10-10 tipaulcleaning code
2002-10-10 tipaulmerging 1.2 and bugfixes for auth and login
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-07 arensbAdded POD and some comments.
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-07-11 tonnesenUpdates to authentications cripts. userpage.pl is...
2002-07-09 tonnesenAuth.pm now caches form submissions and resubmits them...
2002-07-05 tonnesenCookie bug.
2002-07-05 tonnesenAuth.pm now checks the password againts a new field...
2002-07-05 tonnesenMinor changes to authentication routines.
2002-07-04 tonnesenChecks for a basic authentication userid. If found...
2002-07-04 tonnesenAdditions to authentication scheme. Logs to /tmp/sessi...
2002-07-04 tonnesenMinor changes
2002-07-04 tonnesenBeginning of authentication api. Applied to shelves...