mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
do NOT store state in prefs, if csv_export is set
This commit is contained in:
parent
ee8fd5b10e
commit
cb8940256c
@ -1162,7 +1162,7 @@ class addressbook_ui extends addressbook_bo
|
||||
'col_filter' => array('tid' => $query['col_filter']['tid']),
|
||||
'org_view' => $query['org_view'],
|
||||
));
|
||||
if ($state != $this->prefs[$what.'_state'])
|
||||
if ($state != $this->prefs[$what.'_state'] && !$query['csv_export'])
|
||||
{
|
||||
$GLOBALS['egw']->preferences->add('addressbook',$what.'_state',$state);
|
||||
// save prefs, but do NOT invalid the cache (unnecessary)
|
||||
|
Loading…
Reference in New Issue
Block a user