Completed
Push — development ( 09455e...c1ee3e )
by Thomas
11:55 queued 05:09
created
htdocs/adminreports.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -190,14 +190,14 @@
 block discarded – undo
190 190
     $tpl->assign(
191 191
         'other_report_in_progress',
192 192
         sql_value(
193
-          "SELECT `id`
193
+            "SELECT `id`
194 194
            FROM `cache_reports`
195 195
            WHERE `cacheid`='&1' AND `id`<>'&2' AND `status`='&3'
196 196
            LIMIT 1",
197
-          null,
198
-          $record['cacheid'],
199
-          $record['id'],
200
-          CACHE_REPORT_INPROGRESS
197
+            null,
198
+            $record['cacheid'],
199
+            $record['id'],
200
+            CACHE_REPORT_INPROGRESS
201 201
         ) !== null
202 202
     );
203 203
 
Please login to merge, or discard this patch.