From 9346f4d0740621f95b5ea73bae18562ce0f559f9 Mon Sep 17 00:00:00 2001 From: Git Date: Fri, 2 Mar 2012 08:00:27 +0000 Subject: [PATCH] Empty commit --- sections/reports/report.php | 1 + 1 file changed, 1 insertion(+) 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; }