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: Tumer Garip
Subject: [Koha-cvs] koha/C4 Biblio.pm [rel_2_2]
Date: Mon, 17 Apr 2006 13:51:00 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Tumer Garip <address@hidden>    06/04/17 13:51:00

Modified files:
        C4             : Biblio.pm 

Log message:
        Missing semicolon

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

Patches:
Index: koha/C4/Biblio.pm
diff -u koha/C4/Biblio.pm:1.115.2.50 koha/C4/Biblio.pm:1.115.2.51
--- koha/C4/Biblio.pm:1.115.2.50        Thu Apr 13 05:49:23 2006
+++ koha/C4/Biblio.pm   Mon Apr 17 13:50:59 2006
@@ -1105,7 +1105,7 @@
        }
        $xml.= MARC::File::XML::footer();
        #warn $xml;
-       return $xml
+       return $xml;
 }
 sub MARChtml2marc {
        my ($dbh,$rtags,$rsubfields,$rvalues,%indicators) = @_;
@@ -3003,8 +3003,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.115.2.50 2006/04/13 05:49:23 kados Exp $
+# $Id: Biblio.pm,v 1.115.2.51 2006/04/17 13:50:59 tgarip1957 Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.115.2.51  2006/04/17 13:50:59  tgarip1957
+# Missing semicolon
+#
 # Revision 1.115.2.50  2006/04/13 05:49:23  kados
 # Partial fix for encoding problems in MARC editor.
 #




reply via email to

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