add unchecked vs. ok distinction to lint
authorivan <ivan>
Wed, 27 Aug 2008 00:05:20 +0000 (00:05 +0000)
committerivan <ivan>
Wed, 27 Aug 2008 00:05:20 +0000 (00:05 +0000)
httemplate/elements/mcp_lint.html

index 5e43ded..161415e 100644 (file)
@@ -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 ) {