summaryrefslogtreecommitdiffstats
path: root/frontends/php/graphs.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/graphs.php')
-rw-r--r--frontends/php/graphs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php
index 4fec67d7..bb88ae7b 100644
--- a/frontends/php/graphs.php
+++ b/frontends/php/graphs.php
@@ -288,12 +288,12 @@ include_once "include/page_header.php";
echo BR;
$table = new CTable(NULL,"graph");
if(($_REQUEST['graphtype'] == GRAPH_TYPE_PIE) || ($_REQUEST['graphtype'] == GRAPH_TYPE_EXPLODED)){
- $table->AddRow(new CImg('chart7.php?period=3600&from=0'.url_param('items').
+ $table->AddRow(new CImg('chart7.php?period=3600'.url_param('items').
url_param('name').url_param('legend').url_param('graph3d').url_param('width').url_param('height').url_param('graphtype')));
$table->Show();
}
else {
- $table->AddRow(new CImg('chart3.php?period=3600&from=0'.url_param('items').
+ $table->AddRow(new CImg('chart3.php?period=3600'.url_param('items').
url_param('name').url_param('width').url_param('height').url_param('yaxistype').
url_param('yaxismin').url_param('yaxismax').url_param('show_work_period').
url_param('show_triggers').url_param('graphtype')));