[pLog-svn] r1810 - plog/branches/plog-1.0.1/class/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Apr 11 16:29:30 GMT 2005


Author: oscar
Date: 2005-04-11 16:29:29 +0000 (Mon, 11 Apr 2005)
New Revision: 1810

Modified:
   plog/branches/plog-1.0.1/class/dao/articlecomments.class.php
Log:
fixed issue 422 (http://bugs.plogworld.net/view.php?id=422)

Modified: plog/branches/plog-1.0.1/class/dao/articlecomments.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/dao/articlecomments.class.php	2005-04-11 15:12:24 UTC (rev 1809)
+++ plog/branches/plog-1.0.1/class/dao/articlecomments.class.php	2005-04-11 16:29:29 UTC (rev 1810)
@@ -46,7 +46,8 @@
 			          "articles_comments (article_id,topic,text,user_name,user_email,
 					                      user_url,parent_id,client_ip,status, normalized_text,normalized_topic) 
 					   VALUES (".$comment->getArticleId().",'".Db::qstr($comment->getTopic())."','".
-					   Db::qstr($comment->getText())."','".$comment->getUserName()."','".$comment->getUserEmail()."','".$comment->getUserUrl()."',".
+					   Db::qstr($comment->getText())."','".Db::qstr($comment->getUserName())."','".
+					   Db::qstr($comment->getUserEmail())."','".Db::qstr($comment->getUserUrl())."',".
 					   $comment->getParentId().", '".$comment->getClientIp()."', ".$comment->getStatus().", '".
 					   Db::qstr($filter->normalizeText($comment->getText()))."', '".
 					   Db::qstr($filter->normalizeText($comment->getTopic()))."');";




More information about the pLog-svn mailing list