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

Diff of /contributions/modules/false_account/false_account.install

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

revision 1.3.2.1, Tue Dec 2 17:20:52 2008 UTC revision 1.3.2.2, Wed Jan 7 14:11:08 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: false_account.install,v 1.2 2008/03/08 14:59:31 introfini Exp $  // $Id: false_account.install,v 1.3.2.1 2008/12/02 17:20:52 nunoveloso18 Exp $
3    
4  /**  /**
5   * Implementation of hook_install()   * Implementation of hook_install()
# Line 30  function false_account_install() { Line 30  function false_account_install() {
30    
31    
32  /**  /**
33     * Implementation of hook_uninstall()
34     */
35    function false_account_uninstall() {
36      $drop = db_query("DROP TABLE {false_accounts}");
37    }
38    
39    
40    /**
41   * Implementation of hook_update_N()   * Implementation of hook_update_N()
42   * new DB structure   * new DB structure
43   */   */

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2

  ViewVC Help
Powered by ViewVC 1.1.2