array('' =>'-', range(14,130))
...seems to me a bit a strange construction, a mix of associative and
non-associative array elements. In any case the 'choices' option needs
a associative array, so it may work better if you put together a
proper associative array?
E.g. like:
$choices =array_merge(array('' => '-'), array_combine(range(14,130),
range(14,130)));

Not the nicest solution (I'm not a geek in this domain), but it should
work.
Hope that helps, cheers RAPHAEL

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to