From ee4590eedb2dc03a5fa70975ea893f42172944b3 Mon Sep 17 00:00:00 2001 From: osmiy Date: Tue, 6 Mar 2007 14:17:39 +0000 Subject: renamed 'uncnown' to 'unknown' git-svn-id: svn://svn.zabbix.com/trunk@3873 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/items.php') diff --git a/frontends/php/items.php b/frontends/php/items.php index 78f2d338..48921463 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -759,7 +759,7 @@ include_once "include/page_header.php"; array_push($description, new CLink($template_host["host"],"?". "hostid=".$template_host["hostid"], - 'uncnown'), + 'unknown'), ":"); } -- cgit