Date: 03/28/01
- Next message: Renato Lins: "[phplib] Another things about oohforms.inc"
- Previous message: Scott B. Gregory: "[phplib] DB_Generic_Sql?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Renato Lins: "[phplib] Another things about oohforms.inc"
- Previous message: Scott B. Gregory: "[phplib] DB_Generic_Sql?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

