X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4334f16faa68ecaec5aceb5c16bb500d62a3688f..d2d8f7c1952a97e4075f4837a56b4f818fd8c1d2:/mobile/timer.php?ds=inline diff --git a/mobile/timer.php b/mobile/timer.php index 66753632..d814637f 100644 --- a/mobile/timer.php +++ b/mobile/timer.php @@ -173,7 +173,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')) )); }