diff --git a/vud_node/vud_node.module b/vud_node/vud_node.module
index e4b91b4..2e95e61 100644
--- a/vud_node/vud_node.module
+++ b/vud_node/vud_node.module
@@ -242,7 +242,7 @@ function vud_node_tracker() {
     }
     drupal_set_title(check_plain($node->title));
     $output = theme('table', $header, $rows);
-    $output .= theme('pager', NULL, 30);
+    $output .= theme('pager', array('quantity'=> 30));
 
     return $output;
   }
