summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php2
1 files changed, 1 insertions, 1 deletions
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"])
{