| 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 | 3/28/08 (6587 days ago) |
| Due | |
| Updated | 6/24/08 (6499 days ago) |
| Assigned | 4/8/08 (6576 days ago) |
| Resolved | 6/24/08 (6499 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