diff options
Diffstat (limited to 'rt/html/Ticket/Elements/EditCustomFields')
| -rw-r--r-- | rt/html/Ticket/Elements/EditCustomFields | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/html/Ticket/Elements/EditCustomFields b/rt/html/Ticket/Elements/EditCustomFields index 6ae188fa7..78da71201 100644 --- a/rt/html/Ticket/Elements/EditCustomFields +++ b/rt/html/Ticket/Elements/EditCustomFields @@ -48,8 +48,7 @@ <td valign="top" width="50%"> <table> -% my @entry_fields; -% my $i; +% my $i = 0; % my $cfcount = $CustomFields->Count; % $cfcount++ if ($cfcount % 2) ; # if we have an odd number of % #custom fields, fudge it so we know where to put in the table break |
