[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/search.marc dictionary.pl,1.8,1.9
From: |
doXulting |
Subject: |
[Koha-cvs] CVS: koha/search.marc dictionary.pl,1.8,1.9 |
Date: |
Fri, 26 Aug 2005 05:26:28 -0700 |
Update of /cvsroot/koha/koha/search.marc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25546/search.marc
Modified Files:
dictionary.pl
Log Message:
Removed useless line
Index: dictionary.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.marc/dictionary.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** dictionary.pl 26 Aug 2005 12:18:59 -0000 1.8
--- dictionary.pl 26 Aug 2005 12:26:26 -0000 1.9
***************
*** 163,167 ****
if (defined(@$curauthresults)) {
- my $taille = @$curauthresults;
for (my $i = 0; $i < @$curauthresults ;$i++) {
@$curauthresults[$i]->{jamainentry} =
@$curauthresults[$i]->{mainentry};
--- 163,166 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/search.marc dictionary.pl,1.8,1.9,
doXulting <=