Fix scrutinizer bug
This commit is contained in:
parent
7da9911db1
commit
63e824144e
@ -663,7 +663,7 @@ if ($resql)
|
|||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print '<input name="label" class="flat minwidth200" type="text" value="'.GETPOST("label","alpha").'">';
|
print '<input name="label" class="flat minwidth200" type="text" value="'.GETPOST("label","alpha").'">';
|
||||||
if ($options) {
|
if (is_array($options) && count($options)) {
|
||||||
print '<br>'.$langs->trans("Rubrique").': ';
|
print '<br>'.$langs->trans("Rubrique").': ';
|
||||||
print Form::selectarray('cat1', $options, GETPOST('cat1'), 1);
|
print Form::selectarray('cat1', $options, GETPOST('cat1'), 1);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user