e107_handlers/search/comments_user.php
Variable $res
was undeclared, but array fields are being added to it. Open
Open
$res['link'] = "user.php?id.".$row['comment_item_id'];
- Exclude checks
Variable $comments_table
was undeclared, but array fields are being added to it. Open
Open
$comments_table['user'] = "LEFT JOIN #user AS u ON c.comment_type='profile' AND u.user_id = c.comment_item_id";
- Exclude checks
Variable $comments_return
was undeclared, but array fields are being added to it. Open
Open
$comments_return['user'] = "u.user_name";
- Exclude checks