From: Roland Häder Date: Tue, 27 Oct 2009 20:41:56 +0000 (+0000) Subject: hooks.php was an idea, but now we have filters.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3396ef5550610949a8ecb01beb333da547cd619b;p=mailer.git hooks.php was an idea, but now we have filters.php --- diff --git a/inc/hooks.php b/inc/hooks.php index de633d3956..f551ef47b7 100644 --- a/inc/hooks.php +++ b/inc/hooks.php @@ -1,45 +1,3 @@ diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index 2a325ccc92..09c836ba70 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.php @@ -42,7 +42,7 @@ if (!defined('__SECURITY')) { } // END - if // Load more function libraries or includes -foreach (array('functions', 'request-functions', 'session-functions', 'code-functions', 'language-functions', 'sql-functions', 'filter-functions', 'filters', 'mysql-manager', 'extensions-functions', 'handler', 'hooks') as $lib) { +foreach (array('functions', 'request-functions', 'session-functions', 'code-functions', 'language-functions', 'sql-functions', 'filter-functions', 'filters', 'mysql-manager', 'extensions-functions', 'handler') as $lib) { // Load special functions loadIncludeOnce('inc/' . $lib . '.php'); } // END - foreach