summaryrefslogtreecommitdiffstats
path: root/frontends/php/charts.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-02 13:15:05 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-02 13:15:05 +0000
commitec55273c758e96dcf8219df76afb2daa0b2b3f61 (patch)
treea3de4d4035c244ab1f37feae6800a326af09d517 /frontends/php/charts.php
parentd2a3e65806eb484b59de7c3d8b7a8612249e70ca (diff)
downloadzabbix-ec55273c758e96dcf8219df76afb2daa0b2b3f61.tar.gz
zabbix-ec55273c758e96dcf8219df76afb2daa0b2b3f61.tar.xz
zabbix-ec55273c758e96dcf8219df76afb2daa0b2b3f61.zip
- fixed remembering of previous charts viewed (Eugene)
- fixed color validation (Eugene) - fixed template graphs editing (Eugene) - fixed trigger overview status (Eugene) [THANKS TO: 'ZP Gu' for detailed bug report] git-svn-id: svn://svn.zabbix.com/trunk@3966 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 4617a441..cb6a199a 100644
--- a/frontends/php/charts.php
+++ b/frontends/php/charts.php
@@ -66,7 +66,7 @@ include_once "include/page_header.php";
$_REQUEST["groupid"] = $_REQUEST["hostid"] = 0;
}
- $_REQUEST["graphid"] = get_request("graphid", get_profile("web.charts.grapgid", 0));
+ $_REQUEST["graphid"] = get_request("graphid", get_profile("web.charts.graphid", 0));
$_REQUEST["keep"] = get_request("keep", 1); // possible excessed REQUEST variable !!!