mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +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).
|
| 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.8 $
|
| $Revision: 1.9 $
|
||||||
| $Date: 2008-01-12 16:51:43 $
|
| $Date: 2008-04-14 19:07:02 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -560,6 +560,7 @@ class comment {
|
|||||||
{
|
{
|
||||||
$this->recalc_user_comments($_id);
|
$this->recalc_user_comments($_id);
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
$qry = "
|
$qry = "
|
||||||
SELECT COUNT(*) AS count
|
SELECT COUNT(*) AS count
|
||||||
|
Reference in New Issue
Block a user