e107inc/e107

View on GitHub
e107_handlers/search/comments_download.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

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

$comments_return['download'] = "d.download_id, d.download_name";

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

    $res['link'] = "download.php?view." . $row['download_id'];

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

$comments_table['download'] = "LEFT JOIN #download AS d ON c.comment_type=2 AND d.download_id = c.comment_item_id";

There are no issues that match your filters.

Category
Status