e107_handlers/search/comments_download.php
Variable $comments_return
was undeclared, but array fields are being added to it. Open
Open
$comments_return['download'] = "d.download_id, d.download_name";
- Exclude checks
Variable $res
was undeclared, but array fields are being added to it. Open
Open
$res['link'] = "download.php?view." . $row['download_id'];
- Exclude checks
Variable $comments_table
was undeclared, but array fields are being added to it. Open
Open
$comments_table['download'] = "LEFT JOIN #download AS d ON c.comment_type=2 AND d.download_id = c.comment_item_id";
- Exclude checks