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

Diff of /contributions/modules/feedback/feedback.install

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

revision 1.9, Sat Mar 21 20:22:14 2009 UTC revision 1.10, Thu Oct 1 03:20:33 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: feedback.install,v 1.8 2008/10/23 13:51:30 sun Exp $  // $Id: feedback.install,v 1.9 2009/03/21 20:22:14 sun Exp $
3    
4  /**  /**
5   * Implementation of hook_schema().   * Implementation of hook_schema().
# Line 46  function feedback_schema() { Line 46  function feedback_schema() {
46  }  }
47    
48  /**  /**
  * Implementation of hook_install().  
  */  
 function feedback_install() {  
   drupal_install_schema('feedback');  
 }  
   
 /**  
49   * Implementation of hook_uninstall().   * Implementation of hook_uninstall().
50   */   */
51  function feedback_uninstall() {  function feedback_uninstall() {
   drupal_uninstall_schema('feedback');  
52    db_query("DELETE FROM {variable} WHERE name LIKE 'feedback_%%'");    db_query("DELETE FROM {variable} WHERE name LIKE 'feedback_%%'");
53  }  }
54    

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

  ViewVC Help
Powered by ViewVC 1.1.2