From: Leif W <war...@us...> - 2003-09-03 21:08:34
|
Ah, at first I wasn't sure because I saw no "reviews" file, but I see the "revision" file. Updated. Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Wednesday, September 03, 2003 5:00 PM Subject: Re: [Dynapi-Dev] CVS Commit > Leif, > > Good move. Please update the docs/docs/reviews.html > file as well. > > -- > Raymond Irving > > --- Leif W <war...@us...> 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 > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > 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 > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |