diff --git a/sections/reports/report.php b/sections/reports/report.php index 3d3880c5..a66b4d0f 100644 --- a/sections/reports/report.php +++ b/sections/reports/report.php @@ -96,6 +96,7 @@ if($DB->record_count() < 1) { error(404); } + list($Body, $Username) = $DB->next_record(); break; }