Indention
authorJan Schneider <jan@horde.org>
Tue, 11 May 2010 16:27:29 +0000 (18:27 +0200)
committerJan Schneider <jan@horde.org>
Tue, 11 May 2010 16:38:05 +0000 (18:38 +0200)
framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php

index f58c4ea..ade5caf 100644 (file)
@@ -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) {