e107_handlers/search/comments_news.php
Variable $comments_return
was undeclared, but array fields are being added to it. Open
Open
$comments_return['news'] = "n.news_title";
- Exclude checks
Variable $comments_table
was undeclared, but array fields are being added to it. Open
Open
$comments_table['news'] = "LEFT JOIN #news AS n ON c.comment_type=0 AND n.news_id = c.comment_item_id";
- Exclude checks
Variable $res
was undeclared, but array fields are being added to it. Open
Open
$res['link'] = "comment.php?comment.news.".$row['comment_item_id'];
- Exclude checks