diff options
Diffstat (limited to 'frontends/php/charts.php')
| -rw-r--r-- | frontends/php/charts.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/charts.php b/frontends/php/charts.php index d7055df3..c0002264 100644 --- a/frontends/php/charts.php +++ b/frontends/php/charts.php @@ -317,7 +317,8 @@ include_once 'include/page_header.php'; ?> <?php $table = new CTableInfo('...','chart'); - +// $table->AddOption('border',1); + if($_REQUEST['graphid'] > 0){ $graphtype = GRAPH_TYPE_NORMAL; $yaxis = 0; |
