e107inc/e107

View on GitHub
e107_handlers/search/comments_news.php

Summary

Maintainability
A
0 mins
Test Coverage
F
35%

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

$comments_return['news'] = "n.news_title";

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

$comments_table['news'] = "LEFT JOIN #news AS n ON c.comment_type=0 AND n.news_id = c.comment_item_id";

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

    $res['link'] = "comment.php?comment.news.".$row['comment_item_id'];

There are no issues that match your filters.

Category
Status