From: ivan Date: Wed, 27 Aug 2008 00:05:20 +0000 (+0000) Subject: add unchecked vs. ok distinction to lint X-Git-Tag: root_of_webpay_support~410 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a723b3aeba37298773e52cada771e3bb2b29ae20 add unchecked vs. ok distinction to lint --- 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 ) {