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

Henri-Damien LAURENT hdl at users.sourceforge.net
Mon May 2 17:59:51 CEST 2005


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}}
  	}





More information about the Koha-cvs mailing list