From 976d19cbc9df73d69fcb2ff040009e05f0b6d329 Mon Sep 17 00:00:00 2001 From: arensb Date: Sat, 12 Oct 2002 06:31:13 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index ccf39b0c9c..5aa24e1c29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2002-10-12 Andrew Arensburger + + * C4/Auth.pm: Turn off authentication entirely if systempreference + "insecure" is set to "yes". + * search.pl: Sorted "use" statements in esthetic order. + + * t/require.t, koha.upgrade, installer.pl, installer-lite.pl, + INSTALL: Removed the dependency on Set::Scalar. + + * C4/Search.pm: Got rid of the dependency on Set::Scalar. Yay! One + fewer package that the user has to install! Redid the way SQL + queries are built up, to make it more readable and maintainable. + Removed a couple of unused variables. Got rid of some un-Perl-like + bogosity. + 2002-10-11 Andrew Arensburger * C4/Search.pm: Added a FIXME comment. -- 2.39.5