From 797dcb4742e5f5f992447e43e0462fa8fbadd74b Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" Date: Thu, 21 Jul 2005 15:51:30 +0000 Subject: [PATCH] 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 --- mozilla/webtools/addons/lib/addon.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/webtools/addons/lib/addon.class.php b/mozilla/webtools/addons/lib/addon.class.php index 8938396e770..7eb61f20d12 100644 --- a/mozilla/webtools/addons/lib/addon.class.php +++ b/mozilla/webtools/addons/lib/addon.class.php @@ -144,6 +144,7 @@ class AddOn extends AMO_Object // Gather 10 latest comments. $this->db->query(" SELECT + CommentID, CommentName, CommentTitle, CommentNote,