X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=reports.php;h=39f09c0b4cd12698d0b28b8eb4687fe2ebdacce2;hb=75f676a0c24fc8593c94ba3fedd366a99fe45a93;hp=dae0c180bd9c852a6ca6029621e5dba6164b80b2;hpb=bcbff1b505f315c05b45e5a2eaa707ed574d1a9a;p=timetracker.git 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));