Update of /cvsroot/phplib/php-lib-stable/php
In directory usw-pr-cvs1:/tmp/cvs-serv10542
Modified Files:
oohforms.inc
Log Message:
Fix a typo - bug ID #450640
Index: oohforms.inc
===================================================================
RCS file: /cvsroot/phplib/php-lib-stable/php/oohforms.inc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** oohforms.inc 2000/04/17 16:40:15 1.1.1.1
--- oohforms.inc 2001/08/26 04:56:13 1.2
***************
*** 276,280 ****
$el = $this->elements[$name]["ob"];
! if (true == $falg_nametranslation)
$el->name = $org_name;
--- 276,280 ----
$el = $this->elements[$name]["ob"];
! if (true == $flag_nametranslation)
$el->name = $org_name;
|