Parent Directory
|
Revision Log
|
Revision Graph
Dedicated page (in progress)
| 1 | <?php |
| 2 | // $Id: ziki.install,v 1.2 2007/11/11 07:02:09 narno Exp $ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_uninstall(). |
| 6 | */ |
| 7 | function ziki_uninstall() { |
| 8 | variable_del('ziki_cache_xml'); |
| 9 | variable_del('ziki_profile_nickname'); |
| 10 | variable_del('ziki_block_0_display_nickname'); |
| 11 | } |
| 12 | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |