/[drupal]/contributions/modules/ecommerce/ec_anon/ec_anon.install
ViewVC logotype

Diff of /contributions/modules/ecommerce/ec_anon/ec_anon.install

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

revision 1.10.2.14, Sun Oct 18 14:18:20 2009 UTC revision 1.10.2.15, Sun Oct 18 22:31:32 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ec_anon.install,v 1.10.2.13 2009/10/02 13:14:42 gordon Exp $  // $Id: ec_anon.install,v 1.10.2.14 2009/10/18 14:18:20 davea Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 30  function ec_anon_uninstall() { Line 30  function ec_anon_uninstall() {
30  }  }
31    
32  /**  /**
  * Implementation of hook_schema_alter().  
  */  
 function ec_anon_schema_alter(&$schema) {  
   $schema['ec_product']['fields']['anon_policy'] = array(  
     'type' => 'int', 'size' => 'tiny', 'not null' => TRUE, 'default' => ECANON_POLICY_UNSET,  
   );  
 }  
   
 /**  
33   * Implementation of hook_enable().   * Implementation of hook_enable().
34   */   */
35  function ec_anon_enable() {  function ec_anon_enable() {

Legend:
Removed from v.1.10.2.14  
changed lines
  Added in v.1.10.2.15

  ViewVC Help
Powered by ViewVC 1.1.2