X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fhooks.inc;h=669a5ce8e2bec0d737ba354d075b32f411bbd50e;hb=187fc607b6bd649b8d5937e05d78df7061681954;hp=d89c1d3e677c3e30fe7b8f5ad8beffa497ef81a8;hpb=0b555ffc638a7ff241472348d7121301645b47a9;p=fa-stable.git diff --git a/includes/hooks.inc b/includes/hooks.inc index d89c1d3e..669a5ce8 100644 --- a/includes/hooks.inc +++ b/includes/hooks.inc @@ -164,14 +164,6 @@ class hooks { return true; } } -// -// include all extensions hook files. -// -foreach ($installed_extensions as $ext) -{ - if (file_exists($path_to_root.'/'.$ext['path'].'/hooks.php')) - include_once($path_to_root.'/'.$ext['path'].'/hooks.php'); -} /* Installs hooks provided by extension modules