[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 AuthoritiesMarc.pm,1.9.2.6,1.9.2.7
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 AuthoritiesMarc.pm,1.9.2.6,1.9.2.7 |
Date: |
Mon, 01 Aug 2005 08:14:54 -0700 |
Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32107/C4
Modified Files:
Tag: rel_2_2
AuthoritiesMarc.pm
Log Message:
minor change in summary handling (accepting 4 digits before the field)
Index: AuthoritiesMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/AuthoritiesMarc.pm,v
retrieving revision 1.9.2.6
retrieving revision 1.9.2.7
diff -C2 -r1.9.2.6 -r1.9.2.7
*** AuthoritiesMarc.pm 7 Jun 2005 10:02:00 -0000 1.9.2.6
--- AuthoritiesMarc.pm 1 Aug 2005 15:14:50 -0000 1.9.2.7
***************
*** 159,163 ****
my $subfieldvalue = $subf[$i][1];
my $tagsubf = $tag.$subfieldcode;
! $summary =~
s/\[(.?.?.?)$tagsubf(.*?)]/$1$subfieldvalue$2\[$1$tagsubf$2]/g;
}
}
--- 159,163 ----
my $subfieldvalue = $subf[$i][1];
my $tagsubf = $tag.$subfieldcode;
! $summary =~
s/\[(.?.?.?.?)$tagsubf(.*?)]/$1$subfieldvalue\[$1$tagsubf$2]$2/g;
}
}
***************
*** 927,930 ****
--- 927,933 ----
# $Id$
# $Log$
+ # Revision 1.9.2.7 2005/08/01 15:14:50 tipaul
+ # minor change in summary handling (accepting 4 digits before the field)
+ #
# Revision 1.9.2.6 2005/06/07 10:02:00 tipaul
# porting dictionnary search from head to 2.2. there is now a ... facing
titles, author & subject, to search in biblio & authorities existing values.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 AuthoritiesMarc.pm,1.9.2.6,1.9.2.7,
Paul POULAIN <=