[freeside-commits] freeside/rt/lib/RT/Interface Web.pm,1.6,1.7

Mark Wells mark at wavetail.420.am
Mon Mar 7 18:57:26 PST 2011


Update of /home/cvs/cvsroot/freeside/rt/lib/RT/Interface
In directory wavetail.420.am:/tmp/cvs-serv4473/lib/RT/Interface

Modified Files:
	Web.pm 
Log Message:
suppress warning, #11168

Index: Web.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/Interface/Web.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- Web.pm	17 Feb 2011 03:47:50 -0000	1.6
+++ Web.pm	8 Mar 2011 02:57:24 -0000	1.7
@@ -1805,6 +1805,9 @@
         # skip category argument
         next if $arg eq 'Category';
 
+        # and TimeUnits
+        next if $arg eq 'Value-TimeUnits';
+
         # since http won't pass in a form element with a null value, we need
         # to fake it
         if ( $arg eq 'Values-Magic' ) {



More information about the freeside-commits mailing list