diff options
author | nikrou <nikrou@piwigo.org> | 2009-06-10 19:06:16 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2009-06-10 19:06:16 +0000 |
commit | 0ace0450a61636066d3728205a6425c2b241a002 (patch) | |
tree | 2329bbddc9757915b7f956ad372a6ae54ef1ccc4 | |
parent | b7f3513d7e88f67c795373f47c66ce6337ebd147 (diff) |
remove duplicate retrieved field
git-svn-id: http://piwigo.org/svn/trunk@3405 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | comments.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comments.php b/comments.php index 91fbc555c..0c813face 100644 --- a/comments.php +++ b/comments.php @@ -282,7 +282,6 @@ SELECT com.id AS comment_id , com.author , com.date , com.content - , com.id AS comment_id , com.validated FROM '.IMAGE_CATEGORY_TABLE.' AS ic INNER JOIN '.COMMENTS_TABLE.' AS com |