From bf0fbdf6d236b3af6bc4bcb34fb278066a0502f4 Mon Sep 17 00:00:00 2001 From: plg Date: Thu, 13 Apr 2006 08:40:11 +0000 Subject: [PATCH] bug fixed: typo on Zconnauth name --- C4/Context.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index fb85ff9669..f67ee05cdf 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -493,7 +493,7 @@ my $opts = new ZOOM::Options($option1,$option2); } $Zconnauth->option(preferredRecordSyntax => "XML"); $Zconnauth->option(elementSetName=> "F"); - $Zconnauuth->option(cqlfile => C4::Context->config("intranetdir")."/zebra/pqf.properties"); + $Zconnauth->option(cqlfile => C4::Context->config("intranetdir")."/zebra/pqf.properties"); return $Zconnauth; } # _new_dbh @@ -825,6 +825,9 @@ Andrew Arensburger =cut # $Log$ +# Revision 1.35 2006/04/13 08:40:11 plg +# bug fixed: typo on Zconnauth name +# # Revision 1.34 2006/04/10 21:40:23 tgarip1957 # A new handler defined for zebra Zconnauth with read/write permission. Zconnauth should only be called in biblio.pm where write operations are. Use of this handler will break things unless koha.conf contains new variables: # zebradb=localhost -- 2.39.2