tbrehm
2010-03-24 8e12d4d9d102094e047f4ffa7c83833087f16d52
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;