diff options
author | nikrou <nikrou@piwigo.org> | 2009-06-10 19:07:45 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2009-06-10 19:07:45 +0000 |
commit | 8142ea730b4cc2e757753aea514265124bec4d92 (patch) | |
tree | 5b30410faa4f104bbeacf307904c198de1cc2a51 /comments.php | |
parent | 50114c64f086bf55eae516e734d8f8d56fb5f6dc (diff) |
merge from trunk : remove duplicate retrieved field
git-svn-id: http://piwigo.org/svn/branches/2.0@3406 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comments.php b/comments.php index 3b637e7f8..e886a6e11 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 |