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_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/C4 Biblio.pm [rel_3_0]
Date: Mon, 15 Jan 2007 17:20:56 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        07/01/15 17:20:55

Modified files:
        C4             : Biblio.pm 

Log message:
        

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

Patches:
Index: Biblio.pm
===================================================================
RCS file: /sources/koha/koha/C4/Biblio.pm,v
retrieving revision 1.178.2.51
retrieving revision 1.178.2.52
diff -u -b -r1.178.2.51 -r1.178.2.52
--- Biblio.pm   15 Jan 2007 15:16:44 -0000      1.178.2.51
+++ Biblio.pm   15 Jan 2007 17:20:55 -0000      1.178.2.52
@@ -33,7 +33,7 @@
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.178.2.51 $' =~ /\d+/g; 
shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.178.2.52 $' =~ /\d+/g; 
shift(@v).".".join( "_", map { sprintf "%03d", $_ } @v ); };
 
 @ISA = qw( Exporter );
 
@@ -910,7 +910,7 @@
 
 =head2 &GetBiblioItemData
 
-  $itemdata = &&GetBiblioItemData($biblioitemnumber);
+  $itemdata = &GetBiblioItemData($biblioitemnumber);
 
 Looks up the biblioitem with the given biblioitemnumber. Returns a
 reference-to-hash. The keys are the fields from the C<biblio>,
@@ -3677,8 +3677,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.178.2.51 2007/01/15 15:16:44 hdl Exp $
+# $Id: Biblio.pm,v 1.178.2.52 2007/01/15 17:20:55 toins Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.178.2.52  2007/01/15 17:20:55  toins
+# *** empty log message ***
+#
 # Revision 1.178.2.51  2007/01/15 15:16:44  hdl
 # Uncommenting zebraop.
 #




reply via email to

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