mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 04:40:44 +02:00
Bug fix in multi-author comment recald
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $
|
||||
| $Revision: 1.8 $
|
||||
| $Date: 2008-01-12 16:51:43 $
|
||||
| $Revision: 1.9 $
|
||||
| $Date: 2008-04-14 19:07:02 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -560,6 +560,7 @@ class comment {
|
||||
{
|
||||
$this->recalc_user_comments($_id);
|
||||
}
|
||||
return;
|
||||
}
|
||||
$qry = "
|
||||
SELECT COUNT(*) AS count
|
||||
|
Reference in New Issue
Block a user