Fixed a bug with RSS feed generation and attachments.

This commit is contained in:
JT Smith 2007-01-17 18:24:15 +00:00
parent d5b79ae217
commit 2c7f49be9a
5 changed files with 5 additions and 20 deletions

View file

@ -47,7 +47,6 @@ This package provides miscellaneous but useful utilities to the WebGUI programme
$string = makeCommaSafe($string);
$string = makeTabSafe($string);
$integer = randint($low,$high);
randomizeArray(\@array);
$hashRef = randomizeHash(\%hash);
%hash = sortHash(%hash);
%hash = sortHashDescending(%hash);