Fix: hook functions with better name

New: add hook in builddoc bloc
This commit is contained in:
Regis Houssin 2011-04-08 17:27:36 +00:00
parent 5c1fd271ef
commit 0ef5472e48

View File

@ -359,15 +359,6 @@ class FormFile
print ' ';
}
print '</td>';
// Hook of thirdparty module
if (! empty($hooks) && is_array($hooks))
{
foreach($hooks as $module)
{
$module->formBuilddocOptions();
}
}
// Button
print '<td align="center" colspan="'.($delallowed?'2':'1').'">';