[freeside-commits] freeside/httemplate/elements mcp_lint.html, 1.3, 1.4
Ivan,,,
ivan at wavetail.420.am
Tue Aug 26 17:05:22 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv18932/httemplate/elements
Modified Files:
mcp_lint.html
Log Message:
add unchecked vs. ok distinction to lint
Index: mcp_lint.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/mcp_lint.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mcp_lint.html 27 Aug 2008 00:00:40 -0000 1.3
+++ mcp_lint.html 27 Aug 2008 00:05:20 -0000 1.4
@@ -25,9 +25,9 @@
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 ) {
More information about the freeside-commits
mailing list