View | Details | Raw Unified | Return to bug 38969
Collapse All | Expand All

(-)a/tags/review.pl (-2 / +1 lines)
Lines 110-116 if ( $op eq 'cud-approve' ) { Link Here
110
    $template->param(
110
    $template->param(
111
        test_term => $tag,
111
        test_term => $tag,
112
        (
112
        (
113
              $check >=  1 ? 'verdict_ok'
113
              $check >= 1  ? 'verdict_ok'
114
            : $check <= -1 ? 'verdict_rej'
114
            : $check <= -1 ? 'verdict_rej'
115
            :                'verdict_indeterminate'
115
            :                'verdict_indeterminate'
116
        ) => 1,
116
        ) => 1,
117
- 

Return to bug 38969