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