From 7280737d59b861b503ffa5ea6ba699d362d2be37 Mon Sep 17 00:00:00 2001 From: hdl Date: Fri, 3 Mar 2006 17:25:01 +0000 Subject: [PATCH] Bug fixing : a line missed a comment sign. --- C4/Context.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index 0d9b8211fc..6eb7e07298 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -421,7 +421,7 @@ sub Zconn { # if ($Zconn->errcode() != 0) { # $context->{"Zconn"} = &new_Zconn(); # return $context->{"Zconn"}; - } +# } return $context->{"Zconn"}; } else { $context->{"Zconn"} = &new_Zconn(); @@ -780,6 +780,9 @@ Andrew Arensburger =cut # $Log$ +# Revision 1.32 2006/03/03 17:25:01 hdl +# Bug fixing : a line missed a comment sign. +# # Revision 1.31 2006/03/03 16:45:36 kados # Remove the search that tests the Zconn -- warning, still no fault # tollerance -- 2.39.2