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

Diff of /contributions/modules/mollom/mollom.install

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

revision 1.2, Mon Mar 31 12:49:52 2008 UTC revision 1.2.2.1, Tue Jun 17 03:11:17 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: mollom.install 280 2008-02-03 15:20:07Z dries $  // $Id: mollom.install,v 1.2 2008/03/31 12:49:52 dries Exp $
3    
4  /**  /**
5   * Implementation of hook_schema().   * Implementation of hook_schema().
# Line 50  function mollom_install() { Line 50  function mollom_install() {
50   * Implementation of hook_uninstall().   * Implementation of hook_uninstall().
51   */   */
52  function mollom_uninstall() {  function mollom_uninstall() {
53    drupal_uninstall_schema('mollom');;    db_query("DELETE FROM {variable} WHERE name LIKE 'mollom_%'");
54      drupal_uninstall_schema('mollom');
55  }  }
56    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.2