Fix for Auth.pm when using "super user" account from /etc/koha.conf. Auth.pm R_1-2-3RC13
authortonnesen <tonnesen>
Sun, 8 Sep 2002 05:04:46 +0000 (05:04 +0000)
committertonnesen <tonnesen>
Sun, 8 Sep 2002 05:04:46 +0000 (05:04 +0000)
commite1c477eb439e677ea46921b8703d5383f0d10b23
tree68c6a1b694d242fbd9cb0b74e008986e917815cc
parent9c4fb6c82566f719cc68dac1ab069f8497791270
Fix for Auth.pm when using "super user" account from /etc/koha.conf.   Auth.pm
was not checking if this account was being used except on initial
authentication, ie superlibrarian flag was not getting set when cookie was read
for authentication on subsequent connections.
C4/Auth.pm