/[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.19, Tue Mar 27 06:00:44 2007 UTC revision 1.20, Sun Apr 15 11:10:19 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: search_keywords.module,v 1.18 2007/02/08 03:17:03 sugree Exp $  // $Id: search_keywords.module,v 1.19 2007/03/27 06:00:44 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.19  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.2