[Rt-commit] r6047 - in rt/branches/QUEBEC-EXPERIMENTAL:
html/Ticket/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Tue Sep 26 19:29:39 EDT 2006
Author: ruz
Date: Tue Sep 26 19:29:39 2006
New Revision: 6047
Modified:
rt/branches/QUEBEC-EXPERIMENTAL/ (props changed)
rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Elements/EditCustomFields
Log:
r3694 at cubic-pc (orig r5849): ruz | 2006-09-04 20:32:29 +0400
* drop unused variable
* init index($i) with 0 to avoid warnings
Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Elements/EditCustomFields
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Elements/EditCustomFields (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Elements/EditCustomFields Tue Sep 26 19:29:39 2006
@@ -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
More information about the Rt-commit
mailing list