Fix colspan

This commit is contained in:
Laurent Destailleur 2018-06-23 15:13:39 +02:00
parent 00165871bd
commit 2db2ea3627

View File

@ -1095,7 +1095,7 @@ else
}
// Other attributes
$parameters=array('cols' => 3);
$parameters=array('colspan' => 3);
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
if (empty($reshook))