From 3f8cf5f0da75fa8312c173e9e2c1e1e843811091 Mon Sep 17 00:00:00 2001 From: artem Date: Fri, 20 Jun 2008 08:42:25 +0000 Subject: - [DEV-137] changes in users profile system (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5782 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/chart2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/chart2.php') diff --git a/frontends/php/chart2.php b/frontends/php/chart2.php index ac050628..73bdf194 100644 --- a/frontends/php/chart2.php +++ b/frontends/php/chart2.php @@ -58,7 +58,7 @@ include_once 'include/page_header.php'; $effectiveperiod = navigation_bar_calc(); if(($_REQUEST['graphid']>0) && ($_REQUEST['period'] >= ZBX_MIN_PERIOD)){ - update_profile('web.graph['.$_REQUEST['graphid'].'].period',$_REQUEST['period']); + update_profile('web.graph.period',$_REQUEST['period'],PROFILE_TYPE_INT,$_REQUEST['graphid']); } update_profile('web.charts.graphid',$_REQUEST['graphid']); -- cgit