| 1 |
<?php |
<?php |
| 2 |
// $Id: comment_info.install,v 1.1.2.1 2007/02/23 20:20:50 mfer Exp $ |
// $Id: comment_info.install,v 1.1.2.2 2007/10/09 01:08:15 mfer Exp $ |
| 3 |
/** |
/** |
| 4 |
* Implementation of hook_uninstall(). |
* Implementation of hook_uninstall(). |
| 5 |
*/ |
*/ |
|
function comment_info_uninstall() { |
|
|
variable_del('comment_info_setting'); |
|
|
} |
|
| 6 |
|
|
| 7 |
function comment_info_update_1() { |
function comment_info_update_1() { |
| 8 |
variable_del('comment_info_setting'); |
variable_del('comment_info_setting'); |
| 9 |
|
return array(); |
| 10 |
} |
} |