summaryrefslogtreecommitdiff
path: root/rt/share/html/Admin/CustomFields/Modify.html
diff options
context:
space:
mode:
authorivan <ivan>2012-01-21 04:01:54 +0000
committerivan <ivan>2012-01-21 04:01:54 +0000
commit86b5edc2d448cb9c8e90b76b77b21b09d69d8527 (patch)
treef04fdad5337ec98bda507858648d83b4f7b921c3 /rt/share/html/Admin/CustomFields/Modify.html
parentc418b34fa051a2894a645f7df6d4dc1dfba12113 (diff)
rt 3.8.11
Diffstat (limited to 'rt/share/html/Admin/CustomFields/Modify.html')
-rw-r--r--rt/share/html/Admin/CustomFields/Modify.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Admin/CustomFields/Modify.html b/rt/share/html/Admin/CustomFields/Modify.html
index 5ef32127b..249fdb1b4 100644
--- a/rt/share/html/Admin/CustomFields/Modify.html
+++ b/rt/share/html/Admin/CustomFields/Modify.html
@@ -221,7 +221,7 @@ if ( $ARGS{'Update'} && $id ne 'new' ) {
# Update any existing values
my $values = $CustomFieldObj->ValuesObj;
while ( my $value = $values->Next ) {
- foreach my $attr qw(Name Description SortOrder Category) {
+ foreach my $attr (qw(Name Description SortOrder Category)) {
my $param = join("-", $paramtag, $value->Id, $attr);
next unless exists $ARGS{$param};
$ARGS{$param} =~ s/^\s+//;