Parent Directory
|
Revision Log
|
Revision Graph
initial commit of piclens module.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_uninstall(). |
| 6 | */ |
| 7 | function piclens_uninstall() { |
| 8 | variable_del('piclens_image_gallery_rss'); |
| 9 | variable_del('piclens_image_gallery_content'); |
| 10 | variable_del('piclens_image_gallery_js'); |
| 11 | variable_del('piclens_image_gallery_link'); |
| 12 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |