X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/85329fe7459e5892082de3bd40459e7dfdb36f11..47b6c704a5375b9f98376bf4eb727d4ee49fe3e2:/reports.php?ds=inline diff --git a/reports.php b/reports.php index dae0c180..39f09c0b 100644 --- a/reports.php +++ b/reports.php @@ -233,7 +233,7 @@ if ($custom_fields && $custom_fields->fields[0] && $custom_fields->fields[0]['ty $group_by_options['cf_1'] = $custom_fields->fields[0]['label']; } $group_by_options_size = sizeof($group_by_options); -$form->addInput(array('type'=>'combobox','onchange'=>'handleCheckboxes();','name'=>'group_by','data'=>$group_by_options)); +$form->addInput(array('type'=>'combobox','onchange'=>'handleCheckboxes();','name'=>'group_by1','data'=>$group_by_options)); if (defined('MULTIPLE_GROUP_BY_DEBUG') && isTrue(MULTIPLE_GROUP_BY_DEBUG)) { if ($group_by_options_size > 2) $form->addInput(array('type'=>'combobox','name'=>'group_by2','data'=>$group_by_options)); if ($group_by_options_size > 3) $form->addInput(array('type'=>'combobox','name'=>'group_by3','data'=>$group_by_options));