| Summary | multienum attributes produces errors |
| Queue | Whups |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | Jan Schneider <jan (at) horde (dot) org> |
| Requester | a-dinc (at) hotmail (dot) de |
| Created | 03/28/2008 (146 days ago) |
| Due | |
| Updated | 06/24/2008 (58 days ago) |
| Assigned | 04/08/2008 (135 days ago) |
| Resolved | 06/24/2008 (58 days ago) |
| Attachments | hooks.php ![]() |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Taken from
Assigned to Jan Schneider
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
Patch ⇒
Milestone ⇒
Queue ⇒ Whups
Summary ⇒ multienum attributes produces errors
Type ⇒ Bug
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
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