]> git.datanom.net - qtadmin.git/commitdiff
fix indentation
authorMichael Rasmussen <mir@datanom.net>
Sun, 31 May 2015 13:03:57 +0000 (15:03 +0200)
committerMichael Rasmussen <mir@datanom.net>
Sun, 31 May 2015 13:03:57 +0000 (15:03 +0200)
mail_report.php

index e40f2292cc98a69c5bc37da36884a85193c7fab5..82380fa3cf269515a81ba5da8258d1bb84ca1666 100644 (file)
@@ -31,7 +31,7 @@
                        if ($header == 'x-spam-status') {
                                if (preg_match('/^(.*),\s*score=([\d\.]+).*tests=\[(.*)\].*/',
                                        $value, $matches)) {
-                                       $sa_tests = array('x-spam-status' => $matches[1],
+                                               $sa_tests = array('x-spam-status' => $matches[1],
                                                'score' => $matches[2], 'tests' => $matches[3]);
                                }
                        } else if ($header == 'x-spam-flag') {
This page took 0.030791 seconds and 5 git commands to generate.