Hi there!
Please make vd/vm/vma asc/desc sortable.
here's a quick hack without further thinking:
// paste after those lines ( about line 419,
functions.inc, showDownloads() )
//
$vdTable .= " </tr>\n";
$stopper = 0;
// copy from here -->
// set new sort order
$newOrder = ($order == "ASC" ? "DESC" : "ASC");
$vdTable = preg_replace(
"/sortKey=$sortKey&amp;order=$order/",
"sortKey=$sortKey&amp;order=$newOrder", $vdTable );
// <-- to here.
I hope the board won't f*ck up the code
Logged In: YES
user_id=486091
Moving to RFE