Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.1, Fri Feb 23 20:20:50 2007 UTC | revision 1.1.2.2, Tue Oct 9 01:08:15 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: comment_info.install,v 1.0 2007/01/14 23:20:23 mfer Exp $ | // $Id: comment_info.install,v 1.1.2.1 2007/02/23 20:20:50 mfer Exp $ |
| 3 | /** | /** |
| 4 | * Implementation of hook_uninstall(). | * Implementation of hook_uninstall(). |
| 5 | */ | */ |
| 6 | function comment_info_uninstall() { | function comment_info_uninstall() { |
| 7 | variable_del('comment_info_setting'); | variable_del('comment_info_setting'); |
| 8 | } | } |
| 9 | ?> | |
| 10 | function comment_info_update_1() { | |
| 11 | variable_del('comment_info_setting'); | |
| 12 | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |