/[drupal]/contributions/modules/badbehavior/badbehavior.module
ViewVC logotype

Diff of /contributions/modules/badbehavior/badbehavior.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9, Sat Apr 8 07:50:09 2006 UTC revision 1.10, Thu Apr 13 15:49:30 2006 UTC
# Line 89  function badbehavior_overview() { Line 89  function badbehavior_overview() {
89      $rows[] = array(array('data' => t('No log messages available.'), 'colspan' => '7'));      $rows[] = array(array('data' => t('No log messages available.'), 'colspan' => '7'));
90    }    }
91    
92    $pager = theme('pager', NULL, 50, 0, tablesort_pager());    $pager = theme('pager', NULL, 50, 0);
93    if (!empty($pager)) {    if (!empty($pager)) {
94      $rows[] = array(array('data' => $pager, 'colspan' => '7'));      $rows[] = array(array('data' => $pager, 'colspan' => '7'));
95    }    }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.2