mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #341 from andraskende/master
removing $i as its no longer being used here.
This commit is contained in:
commit
c653d8361f
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue