Fix phpcs
This commit is contained in:
parent
d2ad38f998
commit
f5b3ba231f
@ -371,7 +371,7 @@ if ($conf->use_javascript_ajax) {
|
|||||||
} else {
|
} else {
|
||||||
$arrval = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes"));
|
$arrval = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes"));
|
||||||
print $form->selectarray("DONATION_ART200", $arrval, $conf->global->DONATION_ART200);
|
print $form->selectarray("DONATION_ART200", $arrval, $conf->global->DONATION_ART200);
|
||||||
}
|
}
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user