Home
last modified time | relevance | path

Searched refs:bug_comments (Results 1 – 1 of 1) sorted by relevance

/web-bugs/www/
H A Dbug.php1124 $bug_comments = is_int($bug_id) ? $commentRepository->findByBugId($bug_id) : []; variable
1126 if ($show_bug_info && is_array($bug_comments) && count($bug_comments) && $bug['status'] !== 'Spam')…
1153 foreach ($bug_comments as $row) {

Completed in 6 milliseconds