From 0ef5472e4860849f8cf48ad5844452dc334d0743 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 8 Apr 2011 17:27:36 +0000 Subject: [PATCH] Fix: hook functions with better name New: add hook in builddoc bloc --- htdocs/core/class/html.formfile.class.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index c5e689294e0..bdf6e2ceb3d 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -359,15 +359,6 @@ class FormFile print ' '; } print ''; - - // Hook of thirdparty module - if (! empty($hooks) && is_array($hooks)) - { - foreach($hooks as $module) - { - $module->formBuilddocOptions(); - } - } // Button print '';