[freeside-commits] freeside/rt/share/html/Admin/CustomFields Modify.html, 1.5, 1.5.2.1
Ivan,,,
ivan at wavetail.420.am
Fri Jan 20 20:01:56 PST 2012
Update of /home/cvs/cvsroot/freeside/rt/share/html/Admin/CustomFields
In directory wavetail.420.am:/tmp/cvs-serv1790/share/html/Admin/CustomFields
Modified Files:
Tag: FREESIDE_2_3_BRANCH
Modify.html
Log Message:
rt 3.8.11
Index: Modify.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Admin/CustomFields/Modify.html,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -w -d -r1.5 -r1.5.2.1
--- Modify.html 17 Feb 2011 03:47:50 -0000 1.5
+++ Modify.html 21 Jan 2012 04:01:54 -0000 1.5.2.1
@@ -221,7 +221,7 @@
# 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+//;
More information about the freeside-commits
mailing list