From ea3034363c658edb24143601c1e583a3c145bbfd Mon Sep 17 00:00:00 2001 From: kados Date: Mon, 27 Feb 2006 01:08:31 +0000 Subject: [PATCH] Removing 'our Zconn' from top... --- C4/Biblio.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 38a1a8ad6c..4cfea1dd8c 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -26,7 +26,6 @@ use MARC::Record; use MARC::File::USMARC; use MARC::File::XML; use ZOOM; -our $Zconn=C4::Context->Zconn; use vars qw($VERSION @ISA @EXPORT); # set the version for version checking @@ -2971,6 +2970,9 @@ Paul POULAIN paul.poulain@free.fr # $Id$ # $Log$ +# Revision 1.155 2006/02/27 01:08:31 kados +# Removing 'our Zconn' from top... +# # Revision 1.154 2006/02/26 00:08:20 kados # moving all $Zconn s to z3950_extended_services (currently, nothing # works). -- 2.39.5