Passed
Pull Request — master (#6627)
by David
17:52 queued 09:00
created
html/ops/submit_retire.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
     foreach ($batches as $batch) {
167 167
         $n = BoincWorkunit::count("batch=$batch->id");
168 168
         if ($n == 0) {
169
-            echo "Batch $batch->id has no jobs\n";
169
+            echo "batch $batch->id has no jobs\n";
170 170
             retire_batch($batch);
171 171
         }
172 172
     }
Please login to merge, or discard this patch.