mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
wizard: remove /31 restriction for #6463
This commit is contained in:
parent
3066c875a2
commit
866b48028b
@ -742,9 +742,6 @@ include("head.inc");
|
||||
echo "<select class='form-control' id='{$name}' name='{$name}'>\n";
|
||||
$CHECKED = ' selected="selected"';
|
||||
for ($x = 1; $x <= 32; $x++) {
|
||||
if ($x == 31) {
|
||||
continue;
|
||||
}
|
||||
if ($value == $x) $CHECKED = " selected=\"selected\"";
|
||||
echo "<option value='{$x}'";
|
||||
if ($value == $x || $x == 32) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user