mirror of
https://codeberg.org/mclemens/tsmmonitor2.git
synced 2024-11-17 23:35:57 -05:00
fixed problem with sorting by columns, column names with blanks and urlencode
This commit is contained in:
parent
96975133c0
commit
940a9c3f9f
@ -89,7 +89,7 @@ class TSMMonitor {
|
||||
// GET-variables
|
||||
$this->GETVars["menu"] = urlencode($_GET['m']);
|
||||
$this->GETVars["qq"] = urlencode($_GET['q']);
|
||||
$this->GETVars['ob'] = urlencode($_GET['sort']);
|
||||
$this->GETVars['ob'] = urldecode($_GET['sort']);
|
||||
$this->GETVars['orderdir'] = urlencode($_GET['so']);
|
||||
|
||||
if ($_POST['s'] != '') {
|
||||
|
Loading…
Reference in New Issue
Block a user