6.0.0-alpha12
6/8/25

[#1694] Horde_Form_Assign
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

History
04/22/2005 09:32:30 AM Jan Schneider Comment #4
State ⇒ Not A Bug
Reply to this comment
No feedback.
04/07/2005 09:40:02 AM Jan Schneider Comment #3 Reply to this comment
And you should never use $_REQUEST, but



$form->getInfo($vars, $info);



with $vars being a Variables object.
04/06/2005 03:45:34 PM Chuck Hagenbuch Comment #2
State ⇒ Feedback
Reply to this comment
First, register_globals has nothing to do with this.



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.
04/05/2005 03:59:05 PM kalachnkv (at) free (dot) fr Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Horde_Form_Assign
Queue ⇒ Horde Framework Packages
Reply to this comment
I'm unable to obtain the submitted variable,

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);

}


Saved Queries