e107inc/e107

View on GitHub
e107_handlers/search/comments_page.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['page'] = "LEFT JOIN #page AS cp ON c.comment_type='page' AND cp.page_id = c.comment_item_id";

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

$comments_return['page'] = "cp.page_id, cp.page_title";

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

    $res['link'] = "page.php?".$row['page_id'];

There are no issues that match your filters.

Category
Status