Browse Source

Logging too much causes things to not work properly...

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 10 years ago
parent
commit
22c9affd36
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Sources/Subs-ReportedContent.php

+ 0 - 1
Sources/Subs-ReportedContent.php

@@ -101,7 +101,6 @@ function updateReport($action, $value, $report_id)
 			$extra[$row['id_report']] = array(
 				'report' => $row['id_report'],
 				'member' => $row['id_member'],
-				'membername' => $row['membername'],
 			);
 
 		$smcFunc['db_free_result']($request);