[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/acqui.simple addbiblio.pl [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/acqui.simple addbiblio.pl [rel_2_2] |
Date: |
Sat, 25 Feb 2006 03:56:45 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 06/02/25 03:56:45
Modified files:
acqui.simple : addbiblio.pl
Log message:
removing unsed call to gettagslib
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/acqui.simple/addbiblio.pl.diff?only_with_tag=rel_2_2&tr1=1.52.2.19&tr2=1.52.2.20&r1=text&r2=text
Patches:
Index: koha/acqui.simple/addbiblio.pl
diff -u koha/acqui.simple/addbiblio.pl:1.52.2.19
koha/acqui.simple/addbiblio.pl:1.52.2.20
--- koha/acqui.simple/addbiblio.pl:1.52.2.19 Sat Feb 25 02:05:59 2006
+++ koha/acqui.simple/addbiblio.pl Sat Feb 25 03:56:45 2006
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: addbiblio.pl,v 1.52.2.19 2006/02/25 02:05:59 kados Exp $
+# $Id: addbiblio.pl,v 1.52.2.20 2006/02/25 03:56:45 kados Exp $
# Copyright 2000-2002 Katipo Communications
#
@@ -483,7 +483,6 @@
}
my $record =
MARChtml2marc($dbh,address@hidden,address@hidden,address@hidden,%indicators);
# adding an empty field
- my $tagslib = &MARCgettagslib($dbh,1,$frameworkcode);
my $field =
MARC::Field->new("$addedfield",'','','$tagaddfield_subfield' => "");
$record->append_fields($field);
build_tabs ($template, $record, $dbh,$encoding);