--- bookmarks.module~	2006-02-12 21:13:49.000000000 -0500
+++ bookmarks.module	2006-07-23 17:32:17.000000000 -0400
@@ -299,7 +299,7 @@
     $rows[] = array($data->title, _bookmarks_get_link($data->url, $title), '&nbsp;'.l(t('edit'), "bookmarks/$user->uid/edit", null, 'url=' . urlencode($data->url)).' '. l(t('delete'), "bookmarks/$user->uid/delete", null, 'url=' . urlencode($data->url)));
   }
 
-  $pager = theme('pager', null, 50, 0, tablesort_pager());
+  $pager = theme('pager', null, 50, 0);
   if (!empty($pager)) {
     $rows[] = array(array('data' => $pager, 'colspan' => 3));
   }
