excluding of non phpgwapi files not neccessary and breaks new accounts-class which use addressbook's contact service

This commit is contained in:
Ralf Becker 2006-06-24 15:52:06 +00:00
parent a3ff0decd1
commit 86b3262901

View File

@ -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()