Search the web
Sign In
New User? Sign Up
forms-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Missing code for custom inputs invalidCLASS assign   Message List  
Reply | Forward Message #943 of 945 |
There is missing code in forms.php that assign invalidCLASS value...

if(IsSet($arguments["STYLE"]))
$input["STYLE"]=$arguments["STYLE"];
if(IsSet($arguments["InvalidSTYLE"]))
$input["InvalidSTYLE"]=$arguments["InvalidSTYLE"];
/* start of missed code */
if(IsSet($arguments["InvalidCLASS"]))
$input["InvalidCLASS"]=$arguments["InvalidCLASS"];
/* end of missed code */
if(IsSet($arguments["CLASS"]))
$input["CLASS"]=$arguments["CLASS"];






Thu May 8, 2008 7:50 am

vs_pvt
Offline Offline
Send Email Send Email

Forward
Message #943 of 945 |
Expand Messages Author Sort by Date

There is missing code in forms.php that assign invalidCLASS value... if(IsSet($arguments["STYLE"])) $input["STYLE"]=$arguments["STYLE"]; ...
vs_pvt
Offline Send Email
May 8, 2008
7:54 am

Hello, ... Oh, I see. I just fixed that in CVS. Thank you for reporting. -- Regards, Manuel Lemos PHP professionals looking for PHP jobs ...
Manuel Lemos
mallemos
Offline Send Email
May 8, 2008
8:01 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help