tbrehm
2010-03-20 694f1e5dd2e984ecd785b9b191a49d0ee03e00f3
interface/web/monitor/show_sys_state.php
@@ -69,8 +69,8 @@
$app->tpl->setVar("state_data",$output);
$app->tpl->setVar("state_type",$stateType);
$app->tpl->setVar("title",$title);
$app->tpl->setVar("description",$description);
$app->tpl->setVar("list_head_txt",$title);
$app->tpl->setVar("list_desc_txt",$description);
$app->tpl->setVar("monTransRefreshsq", $monTransRefreshsq);
/*
@@ -203,7 +203,7 @@
/*
 * gets the state from the db and process it
 */
function _processDbState($type, $serverId, &$serverState, &$messages)
function _processDbState($type, $serverId, $serverState, $messages)
{
    global $app;