Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.3, Sun Jan 1 09:21:05 2006 UTC | revision 1.4, Thu Apr 13 15:49:31 2006 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id$ | // $Id: dbcron.module,v 1.3 2006/01/01 09:21:05 jaza Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 167 function dbcron_admin() { | Line 167 function dbcron_admin() { |
| 167 | } | } |
| 168 | ||
| 169 | $output = theme('table', $header, $rows); | $output = theme('table', $header, $rows); |
| 170 | $output .= theme('pager', NULL, 50, 0, tablesort_pager()); | $output .= theme('pager', NULL, 50, 0); |
| 171 | return $output; | return $output; |
| 172 | } | } |
| 173 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |