summaryrefslogtreecommitdiffstats
path: root/frontends/php/graphs.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-18 12:27:03 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-18 12:27:03 +0000
commitdafdb98ff917038600eae233c6a447aa82b66953 (patch)
tree62e1ceeba12ae1e64edfdaa543239f0fbf890747 /frontends/php/graphs.php
parenta15eb9e0e113bda5991a34640b50fbac196ab98f (diff)
downloadzabbix-dafdb98ff917038600eae233c6a447aa82b66953.tar.gz
zabbix-dafdb98ff917038600eae233c6a447aa82b66953.tar.xz
zabbix-dafdb98ff917038600eae233c6a447aa82b66953.zip
- developed simple trigger expression editor (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3606 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graphs.php')
-rw-r--r--frontends/php/graphs.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php
index 08ed9862..fe83236d 100644
--- a/frontends/php/graphs.php
+++ b/frontends/php/graphs.php
@@ -230,13 +230,10 @@ include_once "include/page_header.php";
}
elseif(isset($_REQUEST['move_up']) && isset($_REQUEST['items']))
{
- SDI($_REQUEST['items'][$_REQUEST['move_up']]['sortorder']);
if(isset($_REQUEST['items'][$_REQUEST['move_up']]))
if($_REQUEST['items'][$_REQUEST['move_up']]['sortorder'] > 0)
$_REQUEST['items'][$_REQUEST['move_up']]['sortorder']
= ''.($_REQUEST['items'][$_REQUEST['move_up']]['sortorder'] - 1);
-
- SDI($_REQUEST['items'][$_REQUEST['move_up']]['sortorder']);
}
elseif(isset($_REQUEST['move_down']) && isset($_REQUEST['items']))
{