Enable use of country/config class

This commit is contained in:
Miles Lott 2001-05-21 22:37:14 +00:00
parent a1ec58189d
commit 21de700442

View File

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