One More Bug Fix

There was an error in the add comment routine. Fixed online and in source.

Archived Comments

Comment 1 by Chris Hayne posted on 7/22/2003 at 3:56 PM

I am getting this error when i try to post a comment. I'll be the first to say that I am relatively new and "green" when it comes to CFC and may have overlooked something obvious...

Variable BLOGTITLE is undefined.

The error occurred in D:\Inetpub\wwwroot2\PSA2\BLOG\blog.cfc: line 153

151 : </cfloop>
152 : <cfif len(doneList)>
153 : <cfmail to="#doneList#" from="#email#" subject="Comment added to Blog: #blogTitle# / Thread: #entry.title#">
154 : A comment was added to a blog entry [#entry.title#] you previously commented on.
155 : The comment was added at #dateFormat(now(),"m/d/yy")# at #timeFormat(now(),"h:mm tt")#.

Comment 2 by Raymond Camden posted on 7/22/2003 at 3:59 PM

Make sure you have the latest code.