mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
Fix for country select
This commit is contained in:
parent
45e2e970d8
commit
12d0ce51e9
@ -297,8 +297,7 @@
|
||||
//$t->set_block('form','add','add');
|
||||
//$t->set_block('form','edit','edit');
|
||||
|
||||
$phpgw->config->read_repository();
|
||||
$countrylist = $phpgw->config->config_data['countrylist'];
|
||||
$countrylist = $phpgw_info['server']['countrylist'];
|
||||
|
||||
$email = $fields['email'];
|
||||
$emailtype = $fields['email_type'];
|
||||
|
Loading…
Reference in New Issue
Block a user