[Rt-commit] r5849 - rt/branches/3.4-RELEASE/html/Ticket/Elements

ruz at bestpractical.com ruz at bestpractical.com
Mon Sep 4 12:32:29 EDT 2006


Author: ruz
Date: Mon Sep  4 12:32:29 2006
New Revision: 5849

Modified:
   rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomFields

Log:
* drop unused variable
* init index($i) with 0 to avoid warnings

Modified: rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomFields
==============================================================================
--- rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomFields	(original)
+++ rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomFields	Mon Sep  4 12:32:29 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