PDA

View Full Version : Comments ,<br /> <br />


seanspeng
9th of November 2003 (Sun), 11:39
I have followed the instructions and updated to the latest version of Beta 1.5 fix 2. And it looks like the bug is back again. Take a look at here:

http://www.photozo.com/challenge/photo.php?photo=3031&lang=eng

Thanks!

Shouchen

Pekka
9th of November 2003 (Sun), 11:59
No, that is a different bug :)

if photo_comment.php replace



if ($data["ee_photo_comment_comment"] != "") {
print "reply to comment:" . ee_html_conversion(nl2br(ee_stripslashes($data["ee_photo_comment_comment"]))) . "";
}


with




if ($data["ee_photo_comment_comment"] != "") {
print "reply to comment:" . ee_textblock_print(ee_stripslashes($data["ee_photo_comment_comment"]),"1","1") . "";
}

seanspeng
9th of November 2003 (Sun), 12:12
Pekka,

You are a legend!! Thanks for such a quick reply. Yep, that takes care of it.