From 88d6a12e17a7a13429879fea884210538d42d518 Mon Sep 17 00:00:00 2001 From: kados Date: Thu, 16 Feb 2006 20:49:56 +0000 Subject: [PATCH] destroy a connection after we're done -- we really should just have one connection object and not destroy it until the whole transaction is finished -- but this will do for now --- C4/Biblio.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index d8e58ebcc6..2a59492995 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -178,6 +178,7 @@ sub zebra_create { $Zpackage->option(action => "specialUpdate"); $Zpackage->option(record => $xmlrecord); $Zpackage->send("update"); + $Zpackage->destroy; } } @@ -2942,6 +2943,11 @@ Paul POULAIN paul.poulain@free.fr # $Id$ # $Log$ +# Revision 1.142 2006/02/16 20:49:56 kados +# destroy a connection after we're done -- we really should just have one +# connection object and not destroy it until the whole transaction is +# finished -- but this will do for now +# # Revision 1.141 2006/02/16 19:47:22 rangi # Trying to error trap a little more. # -- 2.39.5