Re: [Arsperl-users] Problem with 7.x enum list with gaps
Brought to you by:
jeffmurphy
|
From: Michiel B. <mic...@gm...> - 2007-08-27 11:15:56
|
Ah! I see.
That is a bit confusing, but yes, it works...
Thanks!
--
Michiel
On 8/27/07, Thilo Stapff <thi...@ap...> wrote:
> For the 'Enum With Gaps' field, you have to use
>
> $field->{limit}{enumLimits}{customList}
>
> instead of
>
> $field->{limit}{enumLimits}{regularList}
>
>
>
> Regards,
> Thilo
|