Add CommentID to the comments section of an addon for rating etc. as its already referenced in the code there

git-svn-id: svn://10.0.0.236/trunk@176393 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla%colinogilvie.co.uk
2005-07-21 15:51:30 +00:00
parent e8bfa2fb44
commit 797dcb4742

View File

@@ -144,6 +144,7 @@ class AddOn extends AMO_Object
// Gather 10 latest comments.
$this->db->query("
SELECT
CommentID,
CommentName,
CommentTitle,
CommentNote,