fixed problem with sorting by columns, column names with blanks and urlencode

This commit is contained in:
Michael Clemens 2009-06-12 10:49:46 +00:00
parent 96975133c0
commit 940a9c3f9f

View File

@ -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'] != '') {