[freeside-commits] freeside/httemplate/elements mcp_lint.html, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Tue Aug 26 17:00:43 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv18829/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.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mcp_lint.html 26 Aug 2008 23:53:47 -0000 1.2
+++ mcp_lint.html 27 Aug 2008 00:00:40 -0000 1.3
@@ -25,6 +25,8 @@
die 'neither svc nor cust_main options passed to mcp_lint';
}
+push @lint, 'unchecked' unless @svc;
+
my @lint = ();
foreach my $svc ( @svc ) {
my @svc_lint = tron_lint($svc);
More information about the freeside-commits
mailing list