[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/C4 Context.pm
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/C4 Context.pm |
Date: |
Fri, 03 Mar 2006 16:45:36 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch:
Changes by: Joshua Ferraro <address@hidden> 06/03/03 16:45:36
Modified files:
C4 : Context.pm
Log message:
Remove the search that tests the Zconn -- warning, still no fault
tollerance
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Context.pm.diff?tr1=1.30&tr2=1.31&r1=text&r2=text
Patches:
Index: koha/C4/Context.pm
diff -u koha/C4/Context.pm:1.30 koha/C4/Context.pm:1.31
--- koha/C4/Context.pm:1.30 Wed Feb 22 00:56:59 2006
+++ koha/C4/Context.pm Fri Mar 3 16:45:36 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.30 2006/02/22 00:56:59 kados Exp $
+# $Id: Context.pm,v 1.31 2006/03/03 16:45:36 kados Exp $
package C4::Context;
use strict;
@@ -26,7 +26,7 @@
qw($context),
qw(@context_stack);
-$VERSION = do { my @v = '$Revision: 1.30 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.31 $' =~ /\d+/g;
shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); };
=head1 NAME
@@ -417,10 +417,10 @@
my $Zconn;
if (defined($context->{"Zconn"})) {
$Zconn = $context->{"Zconn"};
- $rs=$Zconn->search_pqf('@attr 1=4 mineral');
- if ($Zconn->errcode() != 0) {
- $context->{"Zconn"} = &new_Zconn();
- return $context->{"Zconn"};
+# $rs=$Zconn->search_pqf('@attr 1=4 mineral');
+# if ($Zconn->errcode() != 0) {
+# $context->{"Zconn"} = &new_Zconn();
+# return $context->{"Zconn"};
}
return $context->{"Zconn"};
} else {
@@ -780,6 +780,10 @@
=cut
# $Log: Context.pm,v $
+# Revision 1.31 2006/03/03 16:45:36 kados
+# Remove the search that tests the Zconn -- warning, still no fault
+# tollerance
+#
# Revision 1.30 2006/02/22 00:56:59 kados
# First go at a connection object for Zebra. You can now get a
# connection object by doing: