diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-06 14:17:39 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-06 14:17:39 +0000 |
| commit | ee4590eedb2dc03a5fa70975ea893f42172944b3 (patch) | |
| tree | 17314eca1219b64e97060241996b0202cb76a39d /frontends/php/triggers.php | |
| parent | b732e186700a82ef7355ddebeb9e59bfdeb79fdc (diff) | |
renamed 'uncnown' to 'unknown'
git-svn-id: svn://svn.zabbix.com/trunk@3873 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/triggers.php')
| -rw-r--r-- | frontends/php/triggers.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/triggers.php b/frontends/php/triggers.php index 92113eb5..89adb8b3 100644 --- a/frontends/php/triggers.php +++ b/frontends/php/triggers.php @@ -407,7 +407,7 @@ include_once "include/page_header.php"; { array_push($description, new CLink($real_host["host"], - "triggers.php?&hostid=".$real_host["hostid"], 'uncnown'), + "triggers.php?&hostid=".$real_host["hostid"], 'unknown'), ":" ); } @@ -455,10 +455,10 @@ include_once "include/page_header.php"; } else if($row["status"] == TRIGGER_STATUS_UNKNOWN) { - $status= new CLink(S_UNCNOWN, + $status= new CLink(S_UNKNOWN, "triggers.php?group_disable=1&g_triggerid%5B%5D=".$row["triggerid"]. "&hostid=".$row["hostid"], - 'uncnown'); + 'unknown'); } else if($row["status"] == TRIGGER_STATUS_ENABLED) { |
