Explorar o código

Remove extra tab

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom %!s(int64=10) %!d(string=hai) anos
pai
achega
d50f6467bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()));