[Rt-devel] PATCH: silence warnings Ticket/Elements/EditCustomFields
Jim Meyer
purp at acm.org
Wed Nov 16 18:44:05 EST 2005
Attached.
--j
--
Jim Meyer, Geek at Large purp at acm.org
-------------- next part --------------
--- share/html/Ticket/Elements/EditCustomFields 2005-05-22 15:35:47.000000000 -0700
+++ local/html/Ticket/Elements/EditCustomFields.merge 2005-11-16 15:42:33.000000000 -0800
@@ -48,9 +48,9 @@
<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
% while (my $CustomField = $CustomFields->Next()) {
More information about the Rt-devel
mailing list