From: Jan Schneider Date: Tue, 11 May 2010 16:27:29 +0000 (+0200) Subject: Indention X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b5e226fccace1848df60e1c0f159efec62fb3854;p=horde.git Indention --- diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php b/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php index f58c4eaf0..ade5cafb2 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php @@ -604,7 +604,7 @@ class Horde_ActiveSync_Driver_Horde extends Horde_ActiveSync_Driver_Base $this->_logger->info('Horde::getSearchResults found ' . $count . ' matches.'); preg_match('/(.*)\-(.*)/', $range, $matches); - $return_count = $matches[2] - $matches[1]; + $return_count = $matches[2] - $matches[1]; $rows = array_slice($results, $matches[1], $return_count + 1, true); $rows = array_pop($rows); foreach ($rows as $row) {