Completed
Push — inactivity ( 56260e )
by Simon
02:24
created
includes/statistics/StatsInactiveUsers.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -19,17 +19,17 @@
 block discarded – undo
19 19
 		global $smarty;
20 20
 
21 21
 		// this is horrible.
22
-        // yes, there is business logic in the templates
23
-        // yes, there was some there before
24
-        // yes, I have just added to it.
25
-        //
26
-        // I'm sorry.
27
-        //
28
-        // newinternal will fix this.
29
-        $date = new DateTime();
30
-        $date->modify("-90 days");
22
+		// yes, there is business logic in the templates
23
+		// yes, there was some there before
24
+		// yes, I have just added to it.
25
+		//
26
+		// I'm sorry.
27
+		//
28
+		// newinternal will fix this.
29
+		$date = new DateTime();
30
+		$date->modify("-90 days");
31 31
 
32
-        $smarty->assign('datelimit', $date);
32
+		$smarty->assign('datelimit', $date);
33 33
 
34 34
 		$showImmune = false;
35 35
 		if (isset($_GET['showimmune'])) {
Please login to merge, or discard this patch.