[Koha-cvs] koha/misc rebuildnonmarc.pl [dev_week]

Joshua Ferraro jmf at kados.org
Tue Oct 3 14:52:21 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/10/03 12:52:21

Modified files:
	misc           : rebuildnonmarc.pl 

Log message:
	switching from OLDmoditem to _koha_modify_item

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/rebuildnonmarc.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.4.2.1&r2=1.4.2.1.2.1

Patches:
Index: rebuildnonmarc.pl
===================================================================
RCS file: /sources/koha/koha/misc/rebuildnonmarc.pl,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.1.2.1
diff -u -b -r1.4.2.1 -r1.4.2.1.2.1
--- rebuildnonmarc.pl	23 Feb 2005 10:37:27 -0000	1.4.2.1
+++ rebuildnonmarc.pl	3 Oct 2006 12:52:20 -0000	1.4.2.1.2.1
@@ -129,5 +129,5 @@
 #     &MARCmoditem( $dbh, $record, $bibid, $itemnumber, $delete );
 	my $frameworkcode=MARCfind_frameworkcode($dbh,$bibid);
     my $olditem = MARCmarc2koha( $dbh, $record,$frameworkcode );
-    C4::Biblio::OLDmoditem( $dbh, $olditem );
+    C4::Biblio::_koha_modify_item( $dbh, $olditem );
 }





More information about the Koha-cvs mailing list