mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
disable using summarycache
This commit is contained in:
parent
f30be3d481
commit
d905a1907b
@ -3060,8 +3060,8 @@ class felamimail_bo
|
||||
$queryString = implode(',', $sortResult);
|
||||
// fetch the data for the selected messages
|
||||
if (self::$debug) $starttime = microtime(true);
|
||||
$headersNew = $this->_getSummary($queryString, $rByUid);
|
||||
//$headersNew = $this->icServer->getSummary($queryString, $rByUid);
|
||||
//$headersNew = $this->_getSummary($queryString, $rByUid);
|
||||
$headersNew = $this->icServer->getSummary($queryString, $rByUid);
|
||||
if (PEAR::isError($headersNew) && empty($queryString))
|
||||
{
|
||||
$headersNew = array();
|
||||
|
Loading…
Reference in New Issue
Block a user