Parent Directory
|
Revision Log
|
Revision Graph
Initial commit.
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * @file Dumper Module Installation file |
| 5 | */ |
| 6 | |
| 7 | /** |
| 8 | * Implementation of hook_install(). |
| 9 | */ |
| 10 | function imagefield_assist_install() { |
| 11 | |
| 12 | } |
| 13 | |
| 14 | |
| 15 | /** |
| 16 | * Implementation of hook_uninstall(). |
| 17 | * @todo list all variables |
| 18 | */ |
| 19 | function imagefield_assist_uninstall() { |
| 20 | |
| 21 | variable_del('dumper_extra_options'); |
| 22 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |