Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.24, Thu Apr 6 03:07:47 2006 UTC | revision 1.25, Thu Apr 13 15:49:30 2006 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: api.module,v 1.23 2006/04/04 17:23:28 JonBob Exp $ | // $Id: api.module,v 1.24 2006/04/06 03:07:47 unconed Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 270 function api_render_listing($result){ | Line 270 function api_render_listing($result){ |
| 270 | } | } |
| 271 | ||
| 272 | $output = theme('table', $headers, $rows); | $output = theme('table', $headers, $rows); |
| 273 | $output .= theme('pager', NULL, 50, 0, tablesort_pager()); | $output .= theme('pager', NULL, 50, 0); |
| 274 | return $output; | return $output; |
| 275 | } | } |
| 276 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |