Leif,

Good move. Please update the docs/docs/reviews.html
file as well.

--
Raymond Irving

--- Leif W <[EMAIL PROTECTED]> wrote:
> [*] Fixed an assignment where it should be an
> equality comparison.
> 
> Continuing my ioelmsrv.soda.jscript.asp ->
> ioelmsrv.soda.php conversion
> again. Line 573 in ioelmsrv.jscript.asp has this:
> 
> if((v+"")="NaN") v=null;
> 
> Which has an assignment where it should be an
> equality comparison.
> 
> if((v+"")=="NaN") v=null;
> 
> Made the simple change and committed to CVS.
> 
> Leif
> 
> 
> 
> 
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
>
http://www.mail-archive.com/[EMAIL PROTECTED]/


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to