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

LAURIN arnaud alaurin at ouestprovence.fr
Wed Dec 6 17:54:21 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	LAURIN arnaud <alaurin>	06/12/06 16:54:21

Modified files:
	C4             : Biblio.pm 

Log message:
	restore function zebraop for delete biblios :
	
	1) restore C4::Circulation::Circ2::itemissues, (was missing)
	2) restore zebraop value : delete_record

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Biblio.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.178.2.35&r2=1.178.2.36

Patches:
Index: Biblio.pm
===================================================================
RCS file: /sources/koha/koha/C4/Biblio.pm,v
retrieving revision 1.178.2.35
retrieving revision 1.178.2.36
diff -u -b -r1.178.2.35 -r1.178.2.36
--- Biblio.pm	6 Dec 2006 10:02:12 -0000	1.178.2.35
+++ Biblio.pm	6 Dec 2006 16:54:21 -0000	1.178.2.36
@@ -33,7 +33,7 @@
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.178.2.35 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.178.2.36 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 @ISA = qw( Exporter );
 
@@ -485,7 +485,7 @@
     $error = &z3950_extended_services( "biblioserver", "commit" );
 
     #}
-    zebraop($dbh,$biblionumber,"recordDelete","biblioserver");
+    zebraop($dbh,$biblionumber,"delete_record","biblioserver");
     return $error if $error;
 
     # delete biblio from Koha tables and save in deletedbiblio
@@ -3572,8 +3572,14 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.178.2.35 2006/12/06 10:02:12 alaurin Exp $
+# $Id: Biblio.pm,v 1.178.2.36 2006/12/06 16:54:21 alaurin Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.178.2.36  2006/12/06 16:54:21  alaurin
+# restore function zebraop for delete biblios :
+#
+# 1) restore C4::Circulation::Circ2::itemissues, (was missing)
+# 2) restore zebraop value : delete_record
+#
 # Revision 1.178.2.35  2006/12/06 10:02:12  alaurin
 # bugfixing for delete a biblio :
 #





More information about the Koha-cvs mailing list