e107inc/e107

View on GitHub
e107_plugins/poll/search/search_comments.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Variable $comments_table was undeclared, but array fields are being added to it.
Open

$comments_table['poll'] = "LEFT JOIN #polls AS po ON c.comment_type=4 AND po.poll_id = c.comment_item_id";

Variable $res was undeclared, but array fields are being added to it.
Open

    $res['link'] = e_PLUGIN."poll/oldpolls.php?".$row['poll_id'];

Variable $comments_return was undeclared, but array fields are being added to it.
Open

$comments_return['poll'] = "po.poll_id, po.poll_title";

There are no issues that match your filters.

Category
Status