Summary | multienum attributes produces errors |
Queue | Whups |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | a-dinc (at) hotmail (dot) de |
Created | 03/28/2008 (6345 days ago) |
Due | |
Updated | 06/24/2008 (6257 days ago) |
Assigned | 04/08/2008 (6334 days ago) |
Resolved | 06/24/2008 (6257 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
Taken from
State ⇒ Resolved
should be sufficiently flexible.
Assigned to
viewed. editing works ok.
Warning: in_array() [function.in-array]: Wrong datatype for second
argument in /usr/share/php/Horde/UI/VarRenderer/html.php on line 1085
Warning: in_array() [function.in-array]: Wrong datatype for second
argument in /usr/share/php/Horde/UI/VarRenderer/html.php on line 1085
Warning: in_array() [function.in-array]: Wrong datatype for second
argument in /usr/share/php/Horde/UI/VarRenderer/html.php on line 1085
'customer_type' => array('human_name' => 'Customer Type',
'type' => 'multienum',
'required' => false,
'readonly' => false,
'desc' => null,
'params' => array(array('1' => 'Billed',
'2' =>
'Contracted',
'3' =>
'Written')))
State ⇒ Feedback
Milestone ⇒
State ⇒ Unconfirmed
Patch ⇒ No
Queue ⇒ Whups
Summary ⇒ multienum attributes produces errors
Type ⇒ Bug
Priority ⇒ 2. Medium
every enum value produces the following error when ticket is displayed:
Warning: in_array() [function.in-array]: Wrong datatype for second
argument in /usr/share/php/Horde/UI/VarRenderer/html.php on line 1085