[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/C4 Biblio.pm [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/C4 Biblio.pm [rel_2_2] |
Date: |
Wed, 01 Mar 2006 05:21:22 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 06/03/01 05:21:22
Modified files:
C4 : Biblio.pm
Log message:
get rid of warns
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Biblio.pm.diff?only_with_tag=rel_2_2&tr1=1.115.2.40&tr2=1.115.2.41&r1=text&r2=text
Patches:
Index: koha/C4/Biblio.pm
diff -u koha/C4/Biblio.pm:1.115.2.40 koha/C4/Biblio.pm:1.115.2.41
--- koha/C4/Biblio.pm:1.115.2.40 Wed Mar 1 05:20:17 2006
+++ koha/C4/Biblio.pm Wed Mar 1 05:21:22 2006
@@ -1058,7 +1058,6 @@
$first=1;
# rest of the fixed fields
} elsif (@$tags[$i] < 10) {
- warn "IN THE IF";
$xml.="<controlfield
tag=\"@$tags[$i]\">@$values[$i]</controlfield>\n";
$first=1;
}
@@ -1084,7 +1083,6 @@
$prevtag = @$tags[$i];
}
$xml.= MARC::File::XML::footer();
- warn $xml;
return $xml
}
sub MARChtml2marc {
@@ -2983,8 +2981,11 @@
=cut
-# $Id: Biblio.pm,v 1.115.2.40 2006/03/01 05:20:17 kados Exp $
+# $Id: Biblio.pm,v 1.115.2.41 2006/03/01 05:21:22 kados Exp $
# $Log: Biblio.pm,v $
+# Revision 1.115.2.41 2006/03/01 05:21:22 kados
+# get rid of warns
+#
# Revision 1.115.2.40 2006/03/01 05:20:17 kados
# Repeated tags working now. Indicators next
#
- [Koha-cvs] koha/C4 Biblio.pm [rel_2_2], Joshua Ferraro, 2006/03/01
- [Koha-cvs] koha/C4 Biblio.pm [rel_2_2],
Joshua Ferraro <=
- [Koha-cvs] koha/C4 Biblio.pm [rel_2_2], Joshua Ferraro, 2006/03/01
- [Koha-cvs] koha/C4 Biblio.pm [rel_2_2], Joshua Ferraro, 2006/03/02
- [Koha-cvs] koha/C4 Biblio.pm [rel_2_2], Joshua Ferraro, 2006/03/04
- [Koha-cvs] koha/C4 Biblio.pm [rel_2_2], paul poulain, 2006/03/08
- [Koha-cvs] koha/C4 Biblio.pm [rel_2_2], Joshua Ferraro, 2006/03/08
- [Koha-cvs] koha/C4 Biblio.pm [rel_2_2], Joshua Ferraro, 2006/03/08
- [Koha-cvs] koha/C4 Biblio.pm [rel_2_2], Joshua Ferraro, 2006/03/08