/[drupal]/contributions/modules/import_html/import_html.install
ViewVC logotype

Contents of /contributions/modules/import_html/import_html.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download) (as text)
Sat Mar 14 04:30:48 2009 UTC (8 months, 2 weeks ago) by dman
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +11 -42 lines
File MIME type: text/x-php
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