sorting goes to table names (through select)
authorMichaMEG <pfuetz@gmx.de>
Thu, 1 Oct 2015 09:38:40 +0000 (11:38 +0200)
committerRobert Treat <xzilla@users.noreply.github.com>
Wed, 7 Oct 2020 02:48:20 +0000 (22:48 -0400)
display.php

index 6aac3f38928c56020f6cda693587384f5e30ae09..942c9870abc73c2b01ec71c11c96f43814a82fcc 100644 (file)
 
                                $sortLink = http_build_query($args);
 
-                               echo "<th class=\"data\"><a href=\"?{$sortLink}\">"
+                               echo "<th class=\"data\"><a href=\"display.php?{$sortLink}\">"
                                        , $misc->printVal($finfo->name);
                                if($_REQUEST['sortkey'] == ($j + 1)) {
                                        if($_REQUEST['sortdir'] == 'asc')