koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] koha/C4 Biblio.pm [rel_2_2]
Date: Wed, 01 Mar 2006 04:43:25 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Chris Cormack <address@hidden>  06/03/01 04:43:25

Modified files:
        C4             : Biblio.pm 

Log message:
        Fixing it again, for testing

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Biblio.pm.diff?only_with_tag=rel_2_2&tr1=1.115.2.37&tr2=1.115.2.38&r1=text&r2=text

Patches:
Index: koha/C4/Biblio.pm
diff -u koha/C4/Biblio.pm:1.115.2.37 koha/C4/Biblio.pm:1.115.2.38
--- koha/C4/Biblio.pm:1.115.2.37        Wed Mar  1 03:47:15 2006
+++ koha/C4/Biblio.pm   Wed Mar  1 04:43:25 2006
@@ -1049,6 +1049,7 @@
                    $first=1;
                 }
                else {
+                   if (@$values[$i] ne "") {
                    # leader
                    if (@$tags[$i] eq "000") {
                        $xml.="<leader>@$values[$i]</leader>\n";
@@ -1063,6 +1064,7 @@
                        $xml.="<datafield tag=\"@$tags[$i]\" ind1=\"   \" 
ind2=\"   \">\n";
                        $first=0;                       
                    }
+                   }
                }
             } else {
                 if (@$values[$i] eq "") {
@@ -2974,8 +2976,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.115.2.37 2006/03/01 03:47:15 rangi Exp $
+# $Id: Biblio.pm,v 1.115.2.38 2006/03/01 04:43:25 rangi Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.115.2.38  2006/03/01 04:43:25  rangi
+# Fixing it again, for testing
+#
 # Revision 1.115.2.37  2006/03/01 03:47:15  rangi
 # This may actually work .. hopefully anyway
 #




reply via email to

[Prev in Thread] Current Thread [Next in Thread]