| 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() |
| 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 |
*/ |
*/ |