mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Enable use of country/config class
This commit is contained in:
parent
a1ec58189d
commit
21de700442
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user