mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Fix typo in previous commit
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $
|
||||||
| $Revision: 1.10 $
|
| $Revision: 1.11 $
|
||||||
| $Date: 2008-05-24 12:45:27 $
|
| $Date: 2008-05-24 15:14:36 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -627,7 +627,7 @@ class comment {
|
|||||||
global $sql;
|
global $sql;
|
||||||
$authors = array();
|
$authors = array();
|
||||||
$qry = "
|
$qry = "
|
||||||
SELECT DISTINCT(comment_author_id,) AS author
|
SELECT DISTINCT(comment_author_id) AS author
|
||||||
FROM #comments
|
FROM #comments
|
||||||
WHERE comment_item_id='{$id}' AND comment_type='{$comment_type}'
|
WHERE comment_item_id='{$id}' AND comment_type='{$comment_type}'
|
||||||
GROUP BY author
|
GROUP BY author
|
||||||
|
Reference in New Issue
Block a user