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

Diff of /contributions/modules/search_keywords/search_keywords.module

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

revision 1.8, Sun Feb 12 02:10:03 2006 UTC revision 1.9, Thu Apr 13 15:49:31 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: search_keywords.module,v 1.7 2006/02/11 17:59:38 sugree Exp $  // $Id: search_keywords.module,v 1.8 2006/02/12 02:10:03 sugree Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 94  function search_keywords_recent_keywords Line 94  function search_keywords_recent_keywords
94    }    }
95    
96    $output = theme('table', $header, $rows);    $output = theme('table', $header, $rows);
97    $output .= theme('pager', NULL, 30, 0, tablesort_pager());    $output .= theme('pager', NULL, 30, 0);
98    return $output;    return $output;
99  }  }
100    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.2