From 86b32629011c18dbb74652025c9a8600130c821b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 24 Jun 2006 15:52:06 +0000 Subject: [PATCH] excluding of non phpgwapi files not neccessary and breaks new accounts-class which use addressbook's contact service --- phpgwapi/inc/functions.inc.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpgwapi/inc/functions.inc.php b/phpgwapi/inc/functions.inc.php index 1b72a50228..e04e656ca2 100644 --- a/phpgwapi/inc/functions.inc.php +++ b/phpgwapi/inc/functions.inc.php @@ -166,11 +166,6 @@ $_SESSION['egw_included_files'] = array(); foreach(array_slice(get_included_files(),4) as $file) { - if (!strstr($file,'phpgwapi')) - { - continue; - } - switch(basename($file)) { case 'head.inc.php': // needs EGW_TEMPLATE_DIR and is included anyway by common::egw_header()