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

Tumer Garip tgarip at neu.edu.tr
Mon Apr 17 15:51:00 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Tumer Garip <tgarip1957 at savannah.gnu.org>	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.
 #





More information about the Koha-cvs mailing list