[Koha-patches] [PATCH 2/3] bug 5579: remove a now-unecessary vestigal variable

Galen Charlton gmcharlt at gmail.com
Wed Apr 20 23:34:46 CEST 2011


Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 C4/Biblio.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/C4/Biblio.pm b/C4/Biblio.pm
index 76e4fce..9c7ec84 100755
--- a/C4/Biblio.pm
+++ b/C4/Biblio.pm
@@ -306,7 +306,6 @@ sub ModBiblio {
 
     # get the items before and append them to the biblio before updating the record, atm we just have the biblio
     my ( $itemtag, $itemsubfield ) = GetMarcFromKohaField( "items.itemnumber", $frameworkcode );
-    my $oldRecord = GetMarcBiblio($biblionumber);
 
     # delete any item fields from incoming record to avoid
     # duplication or incorrect data - use AddItem() or ModItem()
-- 
1.7.2.3



More information about the Koha-patches mailing list