From 2b8703fbe10a01e92ba737d233faffc3727341a4 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 24 Jan 2008 11:53:06 +0000 Subject: - [DEV-102] added support of UTF8 for GUI (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5275 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 22e34fc7..9a73739f 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -768,7 +768,7 @@ include_once "include/page_header.php"; $item_description = item_description($db_item["description"],$db_item["key_"]); - if( $_REQUEST['external_filter'] && isset($_REQUEST['with_description']) && !stristr($item_description, $_REQUEST['with_description']) ) continue; + if( $_REQUEST['external_filter'] && isset($_REQUEST['with_description']) && !zbx_stristr($item_description, $_REQUEST['with_description']) ) continue; if($db_item["templateid"]) { -- cgit