[freeside-commits] freeside/rt/share/html/Admin/CustomFields Modify.html, 1.5, 1.6

Ivan,,, ivan at wavetail.420.am
Fri Jan 20 19:59:20 PST 2012


Update of /home/cvs/cvsroot/freeside/rt/share/html/Admin/CustomFields
In directory wavetail.420.am:/tmp/cvs-serv32398/share/html/Admin/CustomFields

Modified Files:
	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.6
diff -u -w -d -r1.5 -r1.6
--- Modify.html	17 Feb 2011 03:47:50 -0000	1.5
+++ Modify.html	21 Jan 2012 03:59:16 -0000	1.6
@@ -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