Summary | Horde_Form_Assign |
Queue | Horde Framework Packages |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | kalachnkv (at) free (dot) fr |
Created | 04/05/2005 (7369 days ago) |
Due | |
Updated | 04/22/2005 (7352 days ago) |
Assigned | 04/06/2005 (7368 days ago) |
Resolved | 04/22/2005 (7352 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
$form->getInfo($vars, $info);
with $vars being a Variables object.
State ⇒ Feedback
Second, I'm rather unclear what you're saying and what your example is
doing. Please upload, as an attachment, a full PHP script with
comments that describes and reproduces the problem.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Horde_Form_Assign
Queue ⇒ Horde Framework Packages
it don't appears in REQUEST,
i work with register_globals=on
all other Horde_Form_Type i've used work normally.
$liste = Array('aaaa' => 'element 1', 'bbbb' => 'element 2');
$form->addVariable(_("assign"), 'passign', 'assign', false, false,
null, Array($liste, Array(), 'Elements left : ', 'Elements right : '));
if ($form->validate($vars)) {
print_r($_REQUEST);
}