13 Feb
2012
13 Feb
'12
7:53 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7520 --- Comment #8 from Frédéric Demians <frederic@tamil.fr> 2012-02-13 07:53:32 UTC --- Thanks Chris for OpacPublic syspref. There is a little typo. This line: checkauth($input, !C4::Context->preference("OpacPublic"), {}, "opac"); should be: checkauth($input, C4::Context->preference("OpacPublic"), {}, "opac"); IF the OPAC is public THEN no auth check. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.