From b4b16f76be31c2a08eb0cfaf0b2445dae094734d Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 31 May 2001 04:46:26 +0000 Subject: [PATCH] Fix setting of phpgw_info flags --- addressbook/export.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/addressbook/export.php b/addressbook/export.php index 1fe5523bfb..b3d3408945 100644 --- a/addressbook/export.php +++ b/addressbook/export.php @@ -27,11 +27,9 @@ ); } - $phpgw_info['flags'] = array( - 'currentapp' => 'addressbook', - 'enable_contacts_class' => True, - 'enable_browser_class' => True - ); + $phpgw_info['flags']['currentapp'] = 'addressbook'; + $phpgw_info['flags']['enable_contacts_class'] = True; + $phpgw_info['flags']['enable_browser_class'] = True; include('../header.inc.php'); $sep = SEP;