[phplib] There must be something wrong with oohforms.inc From: Renato Lins (TheBest <email protected>)
Date: 03/28/01

Finally I found what,

class form , function get_element.

------------------------------------
   
276 $el = $this->elements[$name]["ob"];
277 if (true == $falg_nametranslation)
278 $el->name = $org_name;
279
 
------------------

there isn't a $falg_nametranslation, the correct is
$flag_nametranslation. I check the cvs version this mistake persist.

Thanks
Renato Lins

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>