diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-01-24 11:53:06 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-01-24 11:53:06 +0000 |
| commit | 2b8703fbe10a01e92ba737d233faffc3727341a4 (patch) | |
| tree | fb2a98a5b00863c133b7c18a0eed2f40d570474b /frontends/php/tr_status.php | |
| parent | fe41bf62d79f697b051e75aa4b65889ac133d5e0 (diff) | |
| download | zabbix-2b8703fbe10a01e92ba737d233faffc3727341a4.tar.gz zabbix-2b8703fbe10a01e92ba737d233faffc3727341a4.tar.xz zabbix-2b8703fbe10a01e92ba737d233faffc3727341a4.zip | |
- [DEV-102] added support of UTF8 for GUI (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5275 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/tr_status.php')
| -rw-r--r-- | frontends/php/tr_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php index aef03bf9..f5b29c8f 100644 --- a/frontends/php/tr_status.php +++ b/frontends/php/tr_status.php @@ -423,7 +423,7 @@ include_once "include/page_header.php"; $description = expand_trigger_description($row['triggerid']); - if(isset($_REQUEST["btnSelect"]) && '' != $txt_select && ((stristr($description, $txt_select)) == ($_REQUEST["btnSelect"]=="Inverse select"))) continue; + if(isset($_REQUEST["btnSelect"]) && '' != $txt_select && ((zbx_stristr($description, $txt_select)) == ($_REQUEST["btnSelect"]=="Inverse select"))) continue; if($row["url"] != "") { |
