[freeside-commits] freeside/httemplate/view svc_port.cgi,1.1,1.2

Erik Levinson levinse at wavetail.420.am
Sun Jan 30 22:30:38 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv30961/httemplate/view

Modified Files:
	svc_port.cgi 
Log Message:
torrus various changes, RT10574

Index: svc_port.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_port.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- svc_port.cgi	29 Jan 2011 02:50:27 -0000	1.1
+++ svc_port.cgi	31 Jan 2011 06:30:36 -0000	1.2
@@ -39,7 +39,6 @@
 
 sub preset_range {
     my($start,$end,$label,$date_format) = (shift,shift,shift,shift);
-    warn "$start $end $date_format";
     $start = time2str($date_format,$start);
     $end = time2str($date_format,$end);
     return '<A HREF="javascript:void(0);" onclick="preset_range(\''



More information about the freeside-commits mailing list