| 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 |
| 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() { |