suppress warning, #11168
authormark <mark>
Tue, 8 Mar 2011 02:57:24 +0000 (02:57 +0000)
committermark <mark>
Tue, 8 Mar 2011 02:57:24 +0000 (02:57 +0000)
rt/lib/RT/Interface/Web.pm

index 4e4611b..8dcacb1 100644 (file)
@@ -1805,6 +1805,9 @@ sub _ProcessObjectCustomFieldUpdates {
         # 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' ) {