|
@@ -65,7 +65,7 @@ |
|
|
block discarded – undo |
|
65
|
65
|
// (so that bad guys can't tell if they have an unreplicated job) |
|
66
|
66
|
|
|
67
|
67
|
$config = get_config(); |
|
68
|
|
- if ($app->target_nresults>0 && !$wu->canonical_resultid && !$wu->error_mask && !parse_bool($config, "dont_suppress_pending")) { |
|
|
68
|
+ if ($app->target_nresults > 0 && !$wu->canonical_resultid && !$wu->error_mask && !parse_bool($config, "dont_suppress_pending")) { |
|
69
|
69
|
row2(tra("Tasks in progress"), tra("suppressed pending completion")); |
|
70
|
70
|
end_table(); |
|
71
|
71
|
} else { |
Please login to merge, or discard this patch.