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

Diff of /contributions/modules/search_keywords/search_keywords.install

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

revision 1.3, Tue Jul 25 15:29:30 2006 UTC revision 1.3.4.1, Sat Jan 6 16:20:18 2007 UTC
# Line 34  function search_keywords_install() { Line 34  function search_keywords_install() {
34        break;        break;
35    }    }
36  }  }
37    
38    function search_keywords_uninstall() {
39      db_query("DROP TABLE search_keywords_log");
40    }
41  ?>  ?>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.4.1

  ViewVC Help
Powered by ViewVC 1.1.2