[PHPLIB] Minor(?) bug in oohforms.inc From: Michael Anthon (mca <email protected>)
Date: 03/23/00

I have no idea if this causes any problems, I just happened to spot it when
I was browsing through the code to see how it works...

Cheers
Michael Anthon

--- oohforms.inc.bak Wed Oct 27 03:02:19 1999
+++ oohforms.inc Fri Mar 24 12:44:34 2000
@@ -275,7 +275,7 @@
       $this->elements[$name]["which"] = 0;
    
     $el = $this->elements[$name]["ob"];
- if (true == $falg_nametranslation)
+ if (true == $flag_nametranslation)
       $el->name = $org_name;
 
     if (false == $value)

Regards
Michael Anthon

TAMS Systems

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.