mirror of
https://codeberg.org/mclemens/tsmmonitor2.git
synced 2025-01-03 14:26:23 -05:00
- removed debugging output.
This commit is contained in:
parent
b428bddf54
commit
961d466758
@ -849,7 +849,6 @@ class TSMMonitor {
|
|||||||
|
|
||||||
//execute the constructed query
|
//execute the constructed query
|
||||||
$sql = "SELECT ".$columnnames." from res_".$qtable."_".$server.$timestampquery.$wc.$sqlappend;
|
$sql = "SELECT ".$columnnames." from res_".$qtable."_".$server.$timestampquery.$wc.$sqlappend;
|
||||||
echo "TEST 1: $sql<br>\n";
|
|
||||||
|
|
||||||
$_SESSION["lastsql"] = $sql;
|
$_SESSION["lastsql"] = $sql;
|
||||||
if ($sqlres) $this->message = $sql;
|
if ($sqlres) $this->message = $sql;
|
||||||
|
Loading…
Reference in New Issue
Block a user