Fixed a bug with RSS feed generation and attachments.
This commit is contained in:
parent
d5b79ae217
commit
2c7f49be9a
5 changed files with 5 additions and 20 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue