summaryrefslogtreecommitdiffstats
path: root/frontends/php/charts.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-04 12:32:47 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-04 12:32:47 +0000
commit0218e165825ef10e034b1784777c1d53cf789104 (patch)
tree6e03d4a3ca1d6f644e7ae4ec9c14ecb239ae80ec /frontends/php/charts.php
parente9e80b1adb24d4c1cfffdc3e5837797a26c877cc (diff)
downloadzabbix-0218e165825ef10e034b1784777c1d53cf789104.tar.gz
zabbix-0218e165825ef10e034b1784777c1d53cf789104.tar.xz
zabbix-0218e165825ef10e034b1784777c1d53cf789104.zip
- [DEV-188] implemented sound on/off button in status of triggers screens (Artem)
- [ZBX-333] fixed export/import time issue (Artem) - [ZBX-270] minor fix in code performance (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5817 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/charts.php')
-rw-r--r--frontends/php/charts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/charts.php b/frontends/php/charts.php
index f5979932..e729deb1 100644
--- a/frontends/php/charts.php
+++ b/frontends/php/charts.php
@@ -59,7 +59,7 @@ include_once 'include/page_header.php';
<?php
if(isset($_REQUEST['favobj'])){
- if(in_array($_REQUEST['favobj'],array('itemid','graphid'))){
+ if(str_in_array($_REQUEST['favobj'],array('itemid','graphid'))){
$result = false;
if('add' == $_REQUEST['action']){
$result = add2favorites('web.favorite.graphids',$_REQUEST['favid'],$_REQUEST['favobj']);