koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/C4 Context.pm


From: Pierrick LE GALL
Subject: [Koha-cvs] koha/C4 Context.pm
Date: Thu, 13 Apr 2006 08:40:11 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Pierrick LE GALL <address@hidden>       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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]