summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/graphs.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-22 15:15:31 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-22 15:15:31 +0000
commit9eaf3f1434d25e5940f28dd7d3683e965dcf0cc6 (patch)
treeaf6c48cc306eba8119128e9dbc2c56770614f4f9 /frontends/php/include/graphs.inc.php
parent9875c11fb7e4dbca03f7775f81bf8e4eafa2b4d5 (diff)
- developed "Import/Export" system for ZABBIX configurations (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3504 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/graphs.inc.php')
-rw-r--r--frontends/php/include/graphs.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/graphs.inc.php b/frontends/php/include/graphs.inc.php
index 63def897..66bc2bb5 100644
--- a/frontends/php/include/graphs.inc.php
+++ b/frontends/php/include/graphs.inc.php
@@ -68,7 +68,7 @@
function get_graphitem_by_itemid($itemid)
{
- $result=DBselect("select * from graphs_items where itemid=$itemid");
+ $result = DBfetch(DBselect('select * from graphs_items where itemid='.$itemid));
$row=DBfetch($result);
if($row)
{