Index: apachesolr.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/apachesolr/apachesolr.module,v
retrieving revision 1.33
diff -u -r1.33 apachesolr.module
--- apachesolr.module	13 Aug 2010 00:02:36 -0000	1.33
+++ apachesolr.module	13 Aug 2010 07:16:46 -0000
@@ -1514,7 +1514,7 @@
       $fq = $tag = '';
       $op = 'AND';
       $fields = array($delta);
-      elseif ($delta == 'tid') {
+      if ($delta == 'tid') {
         if (function_exists('taxonomy_term_load')) {
           foreach ($values as $value) {
             $filters = $query->filter_extract($value, 'tid');
Index: apachesolr_search.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/apachesolr/apachesolr_search.module,v
retrieving revision 1.30
diff -u -r1.30 apachesolr_search.module
--- apachesolr_search.module	13 Aug 2010 00:02:36 -0000	1.30
+++ apachesolr_search.module	13 Aug 2010 07:16:47 -0000
@@ -128,7 +128,7 @@
   $solrsort = isset($_GET['solrsort']) ? $_GET['solrsort'] : '';
 
   try {
-    return apachesolr_search_run($keys, $filters, $solrsort, 'search/' . arg(1), pager_find_page();
+    return apachesolr_search_run($keys, $filters, $solrsort, 'search/' . arg(1), pager_find_page());
   }
   catch (Exception $e) {
     watchdog('Apache Solr', nl2br(check_plain($e->getMessage())), NULL, WATCHDOG_ERROR);
