mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Remove an unnecessary saveSessionData applied into get_rows
This commit is contained in:
parent
70135317a3
commit
459165352e
@ -1354,7 +1354,6 @@ class mail_ui
|
|||||||
|
|
||||||
$mail_ui->mail_bo->restoreSessionData();
|
$mail_ui->mail_bo->restoreSessionData();
|
||||||
if (isset($query['selectedFolder'])) $mail_ui->mail_bo->sessionData['mailbox']=$query['selectedFolder'];
|
if (isset($query['selectedFolder'])) $mail_ui->mail_bo->sessionData['mailbox']=$query['selectedFolder'];
|
||||||
$mail_ui->mail_bo->saveSessionData();
|
|
||||||
|
|
||||||
$sRToFetch = null;
|
$sRToFetch = null;
|
||||||
list($_profileID,$_folderName) = explode(self::$delimiter,$query['selectedFolder'],2);
|
list($_profileID,$_folderName) = explode(self::$delimiter,$query['selectedFolder'],2);
|
||||||
@ -3550,6 +3549,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
|||||||
}
|
}
|
||||||
catch (Exception $e)
|
catch (Exception $e)
|
||||||
{
|
{
|
||||||
|
if (Mail::$debug) error_log(__METHOD__,' ()'.$e->getMessage ());
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (in_array($fS['shortDisplayName'],Mail::$autoFolders)) $fS['shortDisplayName']=lang($fS['shortDisplayName']);
|
if (in_array($fS['shortDisplayName'],Mail::$autoFolders)) $fS['shortDisplayName']=lang($fS['shortDisplayName']);
|
||||||
|
Loading…
Reference in New Issue
Block a user