[Koha-cvs] CVS: koha/C4 AuthoritiesMarc.pm,1.8,1.9

Paul POULAIN tipaul at users.sourceforge.net
Thu Dec 23 10:48:14 CET 2004


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3621/C4

Modified Files:
	AuthoritiesMarc.pm 
Log Message:
Minor changes in summary "exploding" (the 3 digits AFTER the subfield were not on the right place).

Index: AuthoritiesMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/AuthoritiesMarc.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** AuthoritiesMarc.pm	5 Nov 2004 10:11:39 -0000	1.8
--- AuthoritiesMarc.pm	23 Dec 2004 09:48:11 -0000	1.9
***************
*** 133,137 ****
  					my $subfieldvalue = $subf[$i][1];
  					my $tagsubf = $tag.$subfieldcode;
! 					$summary =~ s/\[(.?.?.?)$tagsubf(.*?)]/$1$subfieldvalue\[$1$tagsubf$2]$2$3/g;
  				}
  			}
--- 133,137 ----
  					my $subfieldvalue = $subf[$i][1];
  					my $tagsubf = $tag.$subfieldcode;
! 					$summary =~ s/\[(.?.?.?)$tagsubf(.*?)]/$1$subfieldvalue$2\[$1$tagsubf$2]/g;
  				}
  			}
***************
*** 838,841 ****
--- 838,844 ----
  # $Id$
  # $Log$
+ # Revision 1.9  2004/12/23 09:48:11  tipaul
+ # Minor changes in summary "exploding" (the 3 digits AFTER the subfield were not on the right place).
+ #
  # Revision 1.8  2004/11/05 10:11:39  tipaul
  # export auth_count_usage (bugfix)





More information about the Koha-cvs mailing list