Completed
Push — development ( b64d22...99c677 )
by Thomas
12:24 queued 05:46
created
htdocs/lib2/search/search.gpx.inc.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -433,9 +433,9 @@
 block discarded – undo
433 433
         $thisline = mb_ereg_replace('{logs}', $logentries, $thisline);
434 434
 
435 435
         // attributes
436
-        $addAttributes = [-1];  // dummy
436
+        $addAttributes = [-1]; // dummy
437 437
         if ($r['type'] == 10) {   // Drive-in
438
-            $addAttributes[] = 24;  // near the car / park and grab
438
+            $addAttributes[] = 24; // near the car / park and grab
439 439
         }
440 440
         $rsAttributes = sql_slave(
441 441
             "
Please login to merge, or discard this patch.