mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
fixed default filter in prefs and custom field display
This commit is contained in:
parent
4711f99fd7
commit
468038a09e
@ -369,7 +369,7 @@
|
|||||||
$GLOBALS['phpgw']->preferences->delete('addressbook','default_filter');
|
$GLOBALS['phpgw']->preferences->delete('addressbook','default_filter');
|
||||||
if($other['default_filter'])
|
if($other['default_filter'])
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw']->preferences->add('addressbook','default_filter',True);
|
$GLOBALS['phpgw']->preferences->add('addressbook','default_filter',$other['default_filter']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$GLOBALS['phpgw']->preferences->delete('addressbook','autosave_category');
|
$GLOBALS['phpgw']->preferences->delete('addressbook','autosave_category');
|
||||||
|
Loading…
Reference in New Issue
Block a user