Fix setting of phpgw_info flags

This commit is contained in:
Miles Lott 2001-05-31 04:46:26 +00:00
parent c1d57c05a2
commit b4b16f76be

View File

@ -27,11 +27,9 @@
); );
} }
$phpgw_info['flags'] = array( $phpgw_info['flags']['currentapp'] = 'addressbook';
'currentapp' => 'addressbook', $phpgw_info['flags']['enable_contacts_class'] = True;
'enable_contacts_class' => True, $phpgw_info['flags']['enable_browser_class'] = True;
'enable_browser_class' => True
);
include('../header.inc.php'); include('../header.inc.php');
$sep = SEP; $sep = SEP;