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: paul poulain
Subject: [Koha-cvs] koha/C4 Biblio.pm [rel_2_2]
Date: Wed, 14 Jun 2006 15:39:47 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     paul poulain <tipaul>   06/06/14 15:39:47

Modified files:
        C4             : Biblio.pm 

Log message:
        just reindenting

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Biblio.pm?cvsroot=koha&only_with_tag=rel_2_2&r1=1.115.2.55&r2=1.115.2.56

Patches:
Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.115.2.55
retrieving revision 1.115.2.56
diff -u -b -r1.115.2.55 -r1.115.2.56
--- Biblio.pm   12 Jun 2006 10:33:54 -0000      1.115.2.55
+++ Biblio.pm   14 Jun 2006 15:39:46 -0000      1.115.2.56
@@ -26,7 +26,7 @@
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.115.2.55 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.115.2.56 $' =~ /\d+/g;
                     shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); 
};
 
 @ISA = qw(Exporter);
@@ -1170,7 +1170,7 @@
                                        if ($field) {
                                                
$field->add_subfields(@$rsubfields[$i] => @$rvalues[$i]);
                                        } else {
-                                       $field = MARC::Field->new( (sprintf 
"%03s",@$rtags[$i]), substr(address@hidden,0,1),substr(address@hidden,1,1), 
@$rsubfields[$i] => @$rvalues[$i]);
+                                       $field = MARC::Field->new( (sprintf 
"%03s",@$rtags[$i]), substr(address@hidden,0,1)." 
",substr(address@hidden,1,1)."  ", @$rsubfields[$i] => @$rvalues[$i]);
                                        }
 #                      warn "2=>"address@hidden@$rsubfields[$i]." = 
"address@hidden": ".$field->as_formatted;
                                }
@@ -3016,8 +3016,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.115.2.55 2006/06/12 10:33:54 tipaul Exp $
+# $Id: Biblio.pm,v 1.115.2.56 2006/06/14 15:39:46 tipaul Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.115.2.56  2006/06/14 15:39:46  tipaul
+# just reindenting
+#
 # Revision 1.115.2.55  2006/06/12 10:33:54  tipaul
 # [IMPORTANT]
 #




reply via email to

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