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

Diff of /contributions/modules/forward/forward.module

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

revision 1.13, Tue Apr 11 21:39:32 2006 UTC revision 1.14, Thu Apr 13 15:49:31 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: forward.module,v 1.12 2006/04/09 22:56:46 seanr Exp $ */  /* $Id: forward.module,v 1.13 2006/04/11 21:39:32 seanr Exp $ */
3    
4  include(drupal_get_path('module', 'forward') .'/forward.theme');  include(drupal_get_path('module', 'forward') .'/forward.theme');
5    
# Line 633  function forward_tracking() { Line 633  function forward_tracking() {
633          l($_path, $_path),          l($_path, $_path),
634          l(_forward_column_width($log->title), $_path));          l(_forward_column_width($log->title), $_path));
635      }      }
636      if ($pager = theme('pager', NULL, 30, 0, tablesort_pager())) {      if ($pager = theme('pager', NULL, 30, 0)) {
637        $rows[] = array(array('data' => $pager, 'colspan' => '4'));        $rows[] = array(array('data' => $pager, 'colspan' => '4'));
638      }      }
639    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.2