From 3396ef5550610949a8ecb01beb333da547cd619b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 27 Oct 2009 20:41:56 +0000 Subject: [PATCH] hooks.php was an idea, but now we have filters.php --- inc/hooks.php | 44 +------------------------------------------ inc/mysql-connect.php | 2 +- 2 files changed, 2 insertions(+), 44 deletions(-) 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 -- 2.30.2