Parent Directory
|
Revision Log
|
Revision Graph
|
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 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |