Bugs

query($bugs_q); if($bugs_r->rowCount() > 0) { ?> \n"; } ?>
TitleDescriptionOwner
$row[title] " . truncate($row['description']) . " $row[submitter]
Zero boogs found.

\n"; } ?>

Reports

Create

\n"; } # reports query $reports_q = 'SELECT title, description, author FROM reports WHERE bug IS NULL'; $reports_r = $conn->query($reports_q); if($reports_r->rowCount() > 0) { ?> \n"; } ?>
TitleDescriptionSubmitted by
$row[title] " . truncate($row['description']) . " $row[submitter]
No unassigned reports.

\n"; } require_once(TEMPLATES_PATH . "/footer.php"); ?>