[freeside-commits] freeside/httemplate/elements tr-select-did.html, 1.5, 1.6
Ivan,,,
ivan at wavetail.420.am
Mon Jul 13 19:52:13 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv8052
Modified Files:
tr-select-did.html
Log Message:
stop Dumper spew
Index: tr-select-did.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-did.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tr-select-did.html 10 Jul 2009 17:50:26 -0000 1.5
+++ tr-select-did.html 14 Jul 2009 02:52:10 -0000 1.6
@@ -19,7 +19,7 @@
<%init>
my %opt = @_;
-warn Dumper(\%opt);
+#warn Dumper(\%opt); if $DEBUG;
my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
#false laziness w/select-did.html
More information about the freeside-commits
mailing list