summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authormark <mark>2011-03-08 02:57:24 +0000
committermark <mark>2011-03-08 02:57:24 +0000
commit9c8cf42094aa4cc891b73ebb545fa2a5c7deade1 (patch)
treeada43b673858e6684ecc4eb60a0026f5cbc53457 /rt
parentda86d5a8af2f915a340a74f6c97772451a1e23ef (diff)
suppress warning, #11168
Diffstat (limited to 'rt')
-rw-r--r--rt/lib/RT/Interface/Web.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/lib/RT/Interface/Web.pm b/rt/lib/RT/Interface/Web.pm
index 4e4611b..8dcacb1 100644
--- a/rt/lib/RT/Interface/Web.pm
+++ b/rt/lib/RT/Interface/Web.pm
@@ -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' ) {