fix typo in commented code / call to cachedSummary

This commit is contained in:
Klaus Leithoff 2013-10-21 10:02:03 +00:00
parent 123767d517
commit b77be9c291

View File

@ -3125,7 +3125,7 @@ class felamimail_bo
$queryString = implode(',', $sortResult); $queryString = implode(',', $sortResult);
// fetch the data for the selected messages // fetch the data for the selected messages
if (self::$debug) $starttime = microtime(true); if (self::$debug) $starttime = microtime(true);
//$headersNew = $this->_getSummary($queryString, $rByUidi,false,$_folderName); //$headersNew = $this->_getSummary($queryString, $rByUid,false,$_folderName);
$headersNew = $this->icServer->getSummary($queryString, $rByUid); $headersNew = $this->icServer->getSummary($queryString, $rByUid);
if (PEAR::isError($headersNew) && empty($queryString)) if (PEAR::isError($headersNew) && empty($queryString))
{ {