koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/search.marc dictionary.pl,1.2,1.3


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/search.marc dictionary.pl,1.2,1.3
Date: Mon, 02 May 2005 08:59:51 -0700

Update of /cvsroot/koha/koha/search.marc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30710/search.marc

Modified Files:
        dictionary.pl 
Log Message:
Sorting resullts

Index: dictionary.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.marc/dictionary.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** dictionary.pl       2 May 2005 15:39:24 -0000       1.2
--- dictionary.pl       2 May 2005 15:59:49 -0000       1.3
***************
*** 104,108 ****
        }
        my @catresults;
!       foreach my $name (keys %seen){
                push @catresults, { value => $name , count => $seen{$name}}
        }
--- 104,108 ----
        }
        my @catresults;
!       foreach my $name (sort keys %seen){
                push @catresults, { value => $name , count => $seen{$name}}
        }




reply via email to

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