Merge pull request #341 from andraskende/master

removing $i as its no longer being used here.
This commit is contained in:
ADmad 2011-11-28 23:59:39 -08:00
commit c653d8361f

View file

@ -27,7 +27,6 @@
</tr> </tr>
<?php <?php
echo "<?php echo "<?php
\$i = 0;
foreach (\${$pluralVar} as \${$singularVar}): ?>\n"; foreach (\${$pluralVar} as \${$singularVar}): ?>\n";
echo "\t<tr>\n"; echo "\t<tr>\n";
foreach ($fields as $field) { foreach ($fields as $field) {