sorted admin console and fixed pod in Utility

This commit is contained in:
JT Smith 2004-11-03 21:06:54 +00:00
parent 8c6cc0ebd7
commit 145472845f
2 changed files with 10 additions and 4 deletions

View file

@ -45,8 +45,8 @@ This package provides miscellaneous but useful utilities to the WebGUI programme
$integer = randint($low,$high);
randomizeArray(\@array);
$hashRef = randomizeHash(\%hash);
$hash = sortHash(%hash);
$hash = sortHashDescending(%hash);
%hash = sortHash(%hash);
%hash = sortHashDescending(%hash);
=head1 METHODS