mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Device Key remove select option starts with 1.
This commit is contained in:
@@ -625,7 +625,7 @@ require_once "resources/require.php";
|
||||
$selected = "selected='selected'";
|
||||
echo " <select class='formfld' style='width:auto;' name='device_keys[".$x."][device_key_id]'>\n";
|
||||
echo " <option value=''></option>\n";
|
||||
$i = 0;
|
||||
$i = 1;
|
||||
while ($i < 100) {
|
||||
echo " <option value='$i' ".($row['device_key_id'] == $i ? $selected:"").">$i</option>\n";
|
||||
$i++;
|
||||
|
||||
Reference in New Issue
Block a user