Index: apachesolr_search.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr_search.module,v
retrieving revision 1.1.2.6.2.39
diff -u -p -r1.1.2.6.2.39 apachesolr_search.module
--- apachesolr_search.module	4 Dec 2008 17:04:43 -0000	1.1.2.6.2.39
+++ apachesolr_search.module	11 Dec 2008 07:07:18 -0000
@@ -55,8 +55,6 @@ function apachesolr_search_search($op = 
       return apachesolr_index_status('apachesolr_search');
 
     case 'search':
-      global $pager_total;
-
       try {
         // This is the object that knows about the query coming from the user.
         $query = apachesolr_drupal_query($keys);