projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf0572a
)
sorting goes to table names (through select)
author
MichaMEG
<pfuetz@gmx.de>
Thu, 1 Oct 2015 09:38:40 +0000
(11:38 +0200)
committer
Robert Treat
<xzilla@users.noreply.github.com>
Wed, 7 Oct 2020 02:48:20 +0000
(22:48 -0400)
display.php
patch
|
blob
|
blame
|
history
diff --git
a/display.php
b/display.php
index 6aac3f38928c56020f6cda693587384f5e30ae09..942c9870abc73c2b01ec71c11c96f43814a82fcc 100644
(file)
--- a/
display.php
+++ b/
display.php
@@
-320,7
+320,7
@@
$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')