[Koha-cvs] koha/C4 Context.pm [dev_week]

Joshua Ferraro jmf at kados.org
Fri Jul 21 19:50:51 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/07/21 17:50:51

Modified files:
	C4             : Context.pm 

Log message:
	moving the *.properties files to intranetdir/etc dir

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Context.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.18.2.5.2.9&r2=1.18.2.5.2.10

Patches:
Index: Context.pm
===================================================================
RCS file: /sources/koha/koha/C4/Context.pm,v
retrieving revision 1.18.2.5.2.9
retrieving revision 1.18.2.5.2.10
diff -u -b -r1.18.2.5.2.9 -r1.18.2.5.2.10
--- Context.pm	17 Jul 2006 08:05:20 -0000	1.18.2.5.2.9
+++ Context.pm	21 Jul 2006 17:50:51 -0000	1.18.2.5.2.10
@@ -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.18.2.5.2.9 2006/07/17 08:05:20 tipaul Exp $
+# $Id: Context.pm,v 1.18.2.5.2.10 2006/07/21 17:50:51 kados Exp $
 package C4::Context;
 use strict;
 use DBI;
@@ -25,7 +25,7 @@
 	qw($context),
 	qw(@context_stack);
 
-$VERSION = do { my @v = '$Revision: 1.18.2.5.2.9 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.18.2.5.2.10 $' =~ /\d+/g;
 		shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); };
 
 =head1 NAME
@@ -435,8 +435,8 @@
 		$Zconn=new ZOOM::Connection($context->config("hostname"),$port,databaseName=>$context->{"config"}->{$server},
 		preferredRecordSyntax => "USmarc",elementSetName=> "F");
 
-        $Zconn->option(cqlfile=> $context->{"config"}->{"intranetdir"}."zebraplugin/etc/cql.properties");
-        $Zconn->option(cclfile=> $context->{"config"}->{"intranetdir"}."zebraplugin/etc/ccl.properties");
+        $Zconn->option(cqlfile=> $context->{"config"}->{"intranetdir"}."/etc/cql.properties");
+        $Zconn->option(cclfile=> $context->{"config"}->{"intranetdir"}."/etc/ccl.properties");
 	};
 	if ($@){
 ###Uncomment the lines below if you want to automatically restart your zebra if its stop
@@ -814,6 +814,9 @@
 
 =cut
 # $Log: Context.pm,v $
+# Revision 1.18.2.5.2.10  2006/07/21 17:50:51  kados
+# moving the *.properties files to intranetdir/etc dir
+#
 # Revision 1.18.2.5.2.9  2006/07/17 08:05:20  tipaul
 # there was a hardcoded link to /koha/etc/ I replaced it with intranetdir config value
 #





More information about the Koha-cvs mailing list