X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Ftime_edit.php;fp=mobile%2Ftime_edit.php;h=c3a7ccd7825c4fc0744677b895102274e89559c3;hb=19b674dca67d52e7ec2ea49046f31e68fc6facf4;hp=364ebaf8201e2f5803727dbe50318b0a0998f96e;hpb=066efce7ef712710e229308b6099f5af410aecb8;p=timetracker.git diff --git a/mobile/time_edit.php b/mobile/time_edit.php index 364ebaf8..c3a7ccd7 100644 --- a/mobile/time_edit.php +++ b/mobile/time_edit.php @@ -199,7 +199,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')))); } }