X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=time_edit.php;fp=time_edit.php;h=aceff0243fe612969c661cb42e7610d5dfa4501e;hb=19b674dca67d52e7ec2ea49046f31e68fc6facf4;hp=bb0457384a2087b56cc3c88b32f67e2a11fd2b33;hpb=066efce7ef712710e229308b6099f5af410aecb8;p=timetracker.git diff --git a/time_edit.php b/time_edit.php index bb045738..aceff024 100644 --- a/time_edit.php +++ b/time_edit.php @@ -202,7 +202,7 @@ if ($custom_fields && $custom_fields->fields[0]) { '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')))); } }