X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/63de9ce903678e68402aee625f516e3ee2608fbb..e60cc9646c000aedf94c2845337532001fdb5520:/week.php diff --git a/week.php b/week.php index 1c8efe75..9af35644 100644 --- a/week.php +++ b/week.php @@ -338,7 +338,7 @@ if ($custom_fields && $custom_fields->fields[0]) { $form->addInput(array('type'=>'combobox','name'=>'cf_1', 'style'=>'width: 250px;', 'value'=>$cl_cf_1, - 'data'=>$custom_fields->options, + 'data'=>CustomFields::getOptions($custom_fields->fields[0]['id']), 'empty'=>array(''=>$i18n->get('dropdown.select')))); } }