diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-06-06 18:32:21 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-06-06 18:32:21 +0000 |
commit | 30144caeb86317fd6c40545c0b2192a44ec835d1 (patch) | |
tree | 56189c05d934c246c1ed5895c780a752c7506fb6 /include | |
parent | 311567388814af629636625f83db18504a2b9cd9 (diff) |
one of my previous merge from trunk was incomplete
git-svn-id: http://piwigo.org/svn/branches/2.1@6477 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/functions_comment.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_comment.inc.php b/include/functions_comment.inc.php index 2594a210b..9b7736219 100644 --- a/include/functions_comment.inc.php +++ b/include/functions_comment.inc.php @@ -158,7 +158,7 @@ INSERT INTO '.COMMENTS_TABLE.' VALUES ( "'.$comm['author'].'", '.$comm['author_id'].', - "'.pwg_db_real_escape_string($comm['content']).'", + "'.$comm['content'].'", NOW(), "'.($comment_action=='validate' ? 'true':'false').'", '.($comment_action=='validate' ? 'NOW()':'NULL').', |