[*] 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]/

Reply via email to