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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Missing code for custom inputs invalidCLASS assign   Topic List   < Prev Topic  |  Next Topic >
Reply < Prev Message  | 
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

< Prev Message  | 
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 © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help