[Koha-cvs] koha/C4 Context.pm

Pierrick LE GALL pierrick at koha-fr.org
Thu Apr 13 10:40:11 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Pierrick LE GALL <plg at savannah.gnu.org>	06/04/13 08:40:11

Modified files:
	C4             : Context.pm 

Log message:
	bug fixed: typo on Zconnauth name

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Context.pm.diff?tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: koha/C4/Context.pm
diff -u koha/C4/Context.pm:1.34 koha/C4/Context.pm:1.35
--- koha/C4/Context.pm:1.34	Mon Apr 10 21:40:23 2006
+++ koha/C4/Context.pm	Thu Apr 13 08:40:11 2006
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: Context.pm,v 1.34 2006/04/10 21:40:23 tgarip1957 Exp $
+# $Id: Context.pm,v 1.35 2006/04/13 08:40:11 plg Exp $
 
 package C4::Context;
 use strict;
@@ -26,7 +26,7 @@
 	qw($context),
 	qw(@context_stack);
 
-$VERSION = do { my @v = '$Revision: 1.34 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.35 $' =~ /\d+/g;
 		shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); };
 
 =head1 NAME
@@ -493,7 +493,7 @@
 	}
 	$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 @@
 
 =cut
 # $Log: Context.pm,v $
+# 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





More information about the Koha-cvs mailing list