mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
Final(?) change to country selection, since this is now a combined admin and
preferences option
This commit is contained in:
parent
c635b8226a
commit
9bf2e8a0ad
@ -297,7 +297,12 @@
|
||||
//$t->set_block('form','add','add');
|
||||
//$t->set_block('form','edit','edit');
|
||||
|
||||
$countrylist = $phpgw_info['server']['countrylist'];
|
||||
if ( ($phpgw_info['server']['countrylist'] == 'user_choice' &&
|
||||
$phpgw_info['user']['preferences']['common']['countrylist'] == 'use_select') ||
|
||||
($phpgw_info['server']['countrylist'] == 'force_select'))
|
||||
{
|
||||
$countrylist = True;
|
||||
}
|
||||
|
||||
$email = $fields['email'];
|
||||
$emailtype = $fields['email_type'];
|
||||
|
Loading…
Reference in New Issue
Block a user