/[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.17.2.2, Tue Mar 27 05:59:03 2007 UTC revision 1.17.2.3, Sun Apr 15 11:09:06 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: search_keywords.module,v 1.17.2.1 2007/01/06 16:20:18 sugree Exp $  // $Id: search_keywords.module,v 1.17.2.2 2007/03/27 05:59:03 sugree Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 12  Line 12 
12  function search_keywords_help($section) {  function search_keywords_help($section) {
13    switch ($section) {    switch ($section) {
14      case 'admin/help#search_keywords':      case 'admin/help#search_keywords':
15        $output = '<p>'. t('The search_keywords module keeps track of numerous search_keywords of site usage.') .'</p>';        $output = '<p>'. t('The search_keywords module keeps track of search keywords used to find content on this site.') .'</p>';
16        return $output;        return $output;
17      case 'admin/modules#description':      case 'admin/modules#description':
18        return t('Logs access search_keywords for your site.');        return t('Logs access search_keywords for your site.');

Legend:
Removed from v.1.17.2.2  
changed lines
  Added in v.1.17.2.3

  ViewVC Help
Powered by ViewVC 1.1.2