소스 검색

Remove extra tab

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 10 년 전
부모
커밋
d50f6467bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Sources/SendTopic.php

+ 1 - 1
Sources/SendTopic.php

@@ -614,7 +614,7 @@ function ReportToModerator2()
 		sendmail($row['email_address'], $emaildata['subject'], $emaildata['body'], $user_info['email'], null, false, 2);
 	}
 	$smcFunc['db_free_result']($request);
-	
+
 	// Keep track of when the mod reports get updated, that way we know when we need to look again.
 	updateSettings(array('last_mod_report_action' => time()));