Brian Bendtsen schrieb:
> function main() {
> $retVal =
> array(array('0'=>'value_to_save_in_db','1'=>'label_to_show_in_BE'));
> return $retVal;
> }
> }
>
> But nothing shows up in the select box.
>
> I have this in my TCA:
Try prefixing the function with user_ or tx_