[Koha-cvs] koha/C4 AuthoritiesMarc.pm [rel_3_0]

paul poulain paul at koha-fr.org
Thu Jan 4 14:11:08 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	07/01/04 13:11:08

Modified files:
	C4             : AuthoritiesMarc.pm 

Log message:
	commenting 2 zconn destroy

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/AuthoritiesMarc.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.28.2.9&r2=1.28.2.10

Patches:
Index: AuthoritiesMarc.pm
===================================================================
RCS file: /sources/koha/koha/C4/AuthoritiesMarc.pm,v
retrieving revision 1.28.2.9
retrieving revision 1.28.2.10
diff -u -b -r1.28.2.9 -r1.28.2.10
--- AuthoritiesMarc.pm	22 Dec 2006 15:09:53 -0000	1.28.2.9
+++ AuthoritiesMarc.pm	4 Jan 2007 13:11:08 -0000	1.28.2.10
@@ -239,8 +239,8 @@
 
 }## if nbresult
 NOLUCK:
-$oAResult->destroy();
-$oAuth[0]->destroy();
+# $oAResult->destroy();
+# $oAuth[0]->destroy();
 
     return (\@finalresult, $nbresults);
 }
@@ -879,8 +879,11 @@
 
 =cut
 
-# $Id: AuthoritiesMarc.pm,v 1.28.2.9 2006/12/22 15:09:53 toins Exp $
+# $Id: AuthoritiesMarc.pm,v 1.28.2.10 2007/01/04 13:11:08 tipaul Exp $
 # $Log: AuthoritiesMarc.pm,v $
+# Revision 1.28.2.10  2007/01/04 13:11:08  tipaul
+# commenting 2 zconn destroy
+#
 # Revision 1.28.2.9  2006/12/22 15:09:53  toins
 # removing C4::Database;
 #





More information about the Koha-cvs mailing list