diff options
Diffstat (limited to 'frontends/php/graphs.php')
| -rw-r--r-- | frontends/php/graphs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php index e486817e..8ed58124 100644 --- a/frontends/php/graphs.php +++ b/frontends/php/graphs.php @@ -416,7 +416,7 @@ include_once "include/page_header.php"; } } - $chkBox = new CCheckBox("group_graphid[]",NULL,NULL,$row["graphid"]); + $chkBox = new CCheckBox('group_graphid['.$row["graphid"].']',NULL,NULL,$row["graphid"]); if($row["templateid"] > 0) $chkBox->SetEnabled(false); switch($row["graphtype"]){ |
