mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Using for loop no longer need the $i++
This commit is contained in:
@@ -688,7 +688,6 @@
|
|||||||
if (strlen($i) == 3) {
|
if (strlen($i) == 3) {
|
||||||
echo " <option value='$i' ".$selected.">$i</option>\n";
|
echo " <option value='$i' ".$selected.">$i</option>\n";
|
||||||
}
|
}
|
||||||
$i++;
|
|
||||||
}
|
}
|
||||||
echo " </select>\n";
|
echo " </select>\n";
|
||||||
echo " <br />\n";
|
echo " <br />\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user