mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
fix typo in commented code / call to cachedSummary
This commit is contained in:
parent
123767d517
commit
b77be9c291
@ -3125,7 +3125,7 @@ class felamimail_bo
|
||||
$queryString = implode(',', $sortResult);
|
||||
// fetch the data for the selected messages
|
||||
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);
|
||||
if (PEAR::isError($headersNew) && empty($queryString))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user