clear_cache( array( 'comm_'.$post_id, $cprefix ) );
clear_cache('comm_'.$post_id);
clear_cache( array( 'news_', 'comm_'.$post_id, $cprefix, 'stats' ) );
clear_cache( array( 'comm_'.$post_id, $cprefix, 'stats' ) );
news_read=news_read+1
$allrate = $db->super_query( "SELECT user_id, ip, rating FROM " . PREFIX . "_comments WHERE id ='{$c_id}'" );
$allrate = $db->super_query( "SELECT user_id, ip, rating, post_id FROM " . PREFIX . "_comments WHERE id ='{$c_id}'" );
clear_cache( array( "comm_" ) );
clear_cache(["comm_" . $allrate['post_id']]);