Hello,
on 05/08/2008 04:50 AM vs_pvt said the following:
> 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"];
Oh, I see. I just fixed that in CVS. Thank you for reporting.
--
Regards,
Manuel Lemos
PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/