From 21de70044297edf4f8ae52842253bb94a7fc6166 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 21 May 2001 22:37:14 +0000 Subject: [PATCH] Enable use of country/config class --- addressbook/add.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addressbook/add.php b/addressbook/add.php index 09f2f258e7..741d10cce1 100755 --- a/addressbook/add.php +++ b/addressbook/add.php @@ -22,6 +22,8 @@ $phpgw_info['flags']['currentapp'] = 'addressbook'; $phpgw_info['flags']['enable_contacts_class'] = True; + $phpgw_info['flags']['enable_config_class'] = True; + $phpgw_info['flags']['enable_country_class'] = True; include('../header.inc.php'); $t = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);