Index: cvs.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cvslog/cvs.module,v
retrieving revision 1.21
diff -u -r1.21 cvs.module
--- cvs.module	14 Sep 2004 12:58:02 -0000	1.21
+++ cvs.module	21 Sep 2004 18:02:52 -0000
@@ -185,7 +186,11 @@
 
         $output .= theme('cvs_entry', $cvs);
       }
-      if ($pager = theme('pager', NULL, variable_get('cvs_pager', 10), 0, $_GET)) {
+      $attr = $_GET;
+      unset($attr['q']);
+      unset($attr['from']);
+      unset($attr['repository']);
+      if ($pager = theme('pager', NULL, variable_get('cvs_pager', 10), 0, $attr)) {
         $output .= $pager;
       }
       $output .= '</div>';
