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

Antoine Farnault antoine at koha-fr.org
Wed Dec 20 09:54:44 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/12/20 08:54:44

Modified files:
	C4             : Biblio.pm 

Log message:
	GetXmlBiblio wasn't exported.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Biblio.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.178.2.40&r2=1.178.2.41

Patches:
Index: Biblio.pm
===================================================================
RCS file: /sources/koha/koha/C4/Biblio.pm,v
retrieving revision 1.178.2.40
retrieving revision 1.178.2.41
diff -u -b -r1.178.2.40 -r1.178.2.41
--- Biblio.pm	19 Dec 2006 16:45:56 -0000	1.178.2.40
+++ Biblio.pm	20 Dec 2006 08:54:44 -0000	1.178.2.41
@@ -33,7 +33,7 @@
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.178.2.40 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.178.2.41 $' =~ /\d+/g; shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 @ISA = qw( Exporter );
 
@@ -59,6 +59,7 @@
   &GetItemFromBarcode
   &getitemsbybiblioitem
   &get_itemnumbers_of
+  &GetXmlBiblio
 );
 
 # To modify something
@@ -3572,8 +3573,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.178.2.40 2006/12/19 16:45:56 alaurin Exp $
+# $Id: Biblio.pm,v 1.178.2.41 2006/12/20 08:54:44 toins Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.178.2.41  2006/12/20 08:54:44  toins
+# GetXmlBiblio wasn't exported.
+#
 # Revision 1.178.2.40  2006/12/19 16:45:56  alaurin
 # bugfixing, for zebra and authorities
 #





More information about the Koha-cvs mailing list