click tables
click select
click select all fields checkbox
now click any table to sort goes back to tables name page instead of sorting desired table.
display.php function printTableHeaderCells Line 323
Original : echo "<th class=\"data\"><a href=\"?{$sortLink}\">”
Change to : echo "<th class=\"data\"><a href=\"display.php?{$sortLink}\">"
thanks for the fix, it was driving me mad