--- taxonomy.module 2007-02-05 16:56:51.000000000 -0800 +++ taxonomy.module.new 2007-02-05 16:57:27.000000000 -0800 @@ -205,7 +205,7 @@ function taxonomy_overview_terms($vid) { $GLOBALS['pager_page_array'][] = $start_from; // FIXME $GLOBALS['pager_total'][] = intval($total_entries / $page_increment) + 1; // FIXME - if ($total_entries >= $page_increment) { + if ($total_entries > $page_increment) { $rows[] = array(array('data' => theme('pager', NULL, $page_increment), 'colspan' => '2')); }