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

Diff of /contributions/modules/api/api.module

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

revision 1.23.2.1, Thu Apr 6 02:54:23 2006 UTC revision 1.23.2.2, Thu Apr 13 15:45:05 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.23.2.1 2006/04/06 02:54:23 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    

Legend:
Removed from v.1.23.2.1  
changed lines
  Added in v.1.23.2.2

  ViewVC Help
Powered by ViewVC 1.1.2