e107_plugins/poll/search/search_comments.php
Variable $comments_table
was undeclared, but array fields are being added to it. Open
Open
$comments_table['poll'] = "LEFT JOIN #polls AS po ON c.comment_type=4 AND po.poll_id = c.comment_item_id";
- Exclude checks
Variable $res
was undeclared, but array fields are being added to it. Open
Open
$res['link'] = e_PLUGIN."poll/oldpolls.php?".$row['poll_id'];
- Exclude checks
Variable $comments_return
was undeclared, but array fields are being added to it. Open
Open
$comments_return['poll'] = "po.poll_id, po.poll_title";
- Exclude checks