[Top][All Lists]
[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}}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/search.marc dictionary.pl,1.2,1.3,
Henri-Damien LAURENT <=
- Prev by Date:
[Koha-cvs] CVS: koha/search.marc dictionary.pl,1.1,1.2
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui basket.tmpl,1.3,1.4 newbiblio.tmpl,1.2,1.3 order.tmpl,1.3,1.4 recieve.tmpl,1.2,1.3 recieveorder.tmpl,1.2,1.3 suggestion-select.tmpl,1.2,1.3
- Previous by thread:
[Koha-cvs] CVS: koha/search.marc dictionary.pl,1.1,1.2
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui basket.tmpl,1.3,1.4 newbiblio.tmpl,1.2,1.3 order.tmpl,1.3,1.4 recieve.tmpl,1.2,1.3 recieveorder.tmpl,1.2,1.3 suggestion-select.tmpl,1.2,1.3
- Index(es):