summaryrefslogtreecommitdiffstats
path: root/frontends/php/graph.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-07-21 14:08:45 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-07-21 14:08:45 +0000
commit97b8344b5ced74f883a6250d0adb57946cc9e6f4 (patch)
tree55a5e322949ff4d17013aac5d1bd90460eb9ba31 /frontends/php/graph.php
parentee5e45f099eab3ea937ac0234d005b9514b155e8 (diff)
downloadzabbix-97b8344b5ced74f883a6250d0adb57946cc9e6f4.tar.gz
zabbix-97b8344b5ced74f883a6250d0adb57946cc9e6f4.tar.xz
zabbix-97b8344b5ced74f883a6250d0adb57946cc9e6f4.zip
- developed stacked graphs (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3071 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graph.php')
-rw-r--r--frontends/php/graph.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/graph.php b/frontends/php/graph.php
index bd72b6ec..c7438e02 100644
--- a/frontends/php/graph.php
+++ b/frontends/php/graph.php
@@ -199,9 +199,9 @@
$table->AddRow(array(
$row["sortorder"],
$row["host"],
- NEW CLink(item_description($row["description"],$row["key_"],
- "chart.php?itemid=".$row["itemid"]."&period=3600&from=0"),
- "action"),
+ NEW CLink(item_description($row["description"],$row["key_"]),
+ 'chart.php?itemid='.$row["itemid"].'&period=3600&from=0',
+ 'action'),
$fnc_name,
$type,
$drawtype,