Parent Directory
|
Revision Log
|
Revision Graph
Trying to move everything into a fresh branch, tagged 6--1
| 1 | <?php |
| 2 | /** |
| 3 | * // $ID $ |
| 4 | * |
| 5 | * @author Dan Morrison dman http://coders.co.nz |
| 6 | */ |
| 7 | |
| 8 | |
| 9 | /** |
| 10 | * Implementation of hook_uninstall(). |
| 11 | * |
| 12 | * Clean up. |
| 13 | */ |
| 14 | function import_html_uninstall() { |
| 15 | variable_del('import_html_profiles'); |
| 16 | variable_del('import_html_preferred_filter'); |
| 17 | variable_del('import_html_siteroot'); |
| 18 | variable_del('import_html_current_subsection'); |
| 19 | drupal_set_message('All import_html settings have been cleared.'); |
| 20 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |