diff options
author | ivan <ivan> | 2008-08-27 00:05:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-08-27 00:05:20 +0000 |
commit | a723b3aeba37298773e52cada771e3bb2b29ae20 (patch) | |
tree | 0100b9f5ca56f5f429c6b2b78332bd119759ee92 /httemplate | |
parent | 45e8c18da513a4e88edc41e43b2ce1079ecb8b27 (diff) |
add unchecked vs. ok distinction to lint
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/mcp_lint.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/mcp_lint.html b/httemplate/elements/mcp_lint.html index 5e43dedf0..161415eff 100644 --- a/httemplate/elements/mcp_lint.html +++ b/httemplate/elements/mcp_lint.html @@ -25,9 +25,9 @@ if ( $opt{svc} ) { die 'neither svc nor cust_main options passed to mcp_lint'; } -push @lint, 'unchecked' unless @svc; my @lint = (); +push @lint, 'unchecked' unless @svc; foreach my $svc ( @svc ) { my @svc_lint = tron_lint($svc); if ( scalar(@svc) > 1 ) { |