Added advanced search to Download Manager.

This commit is contained in:
JT Smith 2002-06-01 19:39:54 +00:00
parent 97d4de7b81
commit bb226a6bc9
2 changed files with 44 additions and 58 deletions

View file

@ -60,7 +60,7 @@ sub round {
# example: sortByColumn(columnToSort,columnLabel);
sub sortByColumn {
my ($output);
$output = '<a href="'.WebGUI::URL::page('sort='.$_[0].'&sortDirection=');
$output = '<a href="'.WebGUI::URL::append($_[2],'sort='.$_[0].'&sortDirection=');
if ($session{form}{sortDirection} eq "asc") {
$output .= "desc";
} else {