Quellcode durchsuchen

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

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom vor 10 Jahren
Ursprung
Commit
22c9affd36
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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);