e107inc/e107

View on GitHub
e107_handlers/search/comments_user.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

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

    $res['link'] = "user.php?id.".$row['comment_item_id'];

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

$comments_table['user'] = "LEFT JOIN #user AS u ON c.comment_type='profile' AND u.user_id = c.comment_item_id";

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

$comments_return['user'] = "u.user_name";

There are no issues that match your filters.

Category
Status