disable using summarycache

This commit is contained in:
Klaus Leithoff 2013-07-11 09:19:41 +00:00
parent f30be3d481
commit d905a1907b

View File

@ -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();