e107_handlers/search/comments_page.php
Variable $comments_table
was undeclared, but array fields are being added to it. Open
Open
$comments_table['page'] = "LEFT JOIN #page AS cp ON c.comment_type='page' AND cp.page_id = c.comment_item_id";
- Exclude checks
Variable $comments_return
was undeclared, but array fields are being added to it. Open
Open
$comments_return['page'] = "cp.page_id, cp.page_title";
- Exclude checks
Variable $res
was undeclared, but array fields are being added to it. Open
Open
$res['link'] = "page.php?".$row['page_id'];
- Exclude checks