diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-05-30 07:43:08 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-05-30 07:43:08 +0000 |
| commit | 3b93bd1b49bebb20bb3203e522eaf5150d9aa9b4 (patch) | |
| tree | fe169729af8b89301bc24a429390e4f192587bf1 /frontends/php/srv_status.php | |
| parent | 6729cf2b308a1e1e75586f18bd1802fe0c763538 (diff) | |
- minor fixes
git-svn-id: svn://svn.zabbix.com/trunk@4201 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/srv_status.php')
| -rw-r--r-- | frontends/php/srv_status.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/srv_status.php b/frontends/php/srv_status.php index e593b234..b935640e 100644 --- a/frontends/php/srv_status.php +++ b/frontends/php/srv_status.php @@ -160,7 +160,8 @@ include_once "include/page_header.php"; $services[$row['serviceid']]['childs'][] = array('id' => $row['servicedownid'], 'soft' => 1, 'linkid' => $row['linkid']); } - createShowServiceTree($services,0,$treeServ); + $treeServ = array(); + createShowServiceTree($services,0,$treeServ); //return into $treeServ parametr echo '<script src="js/services.js" type="text/javascript"></script>'; |
