/[drupal]/contributions/dumper.install
ViewVC logotype

Contents of /contributions/dumper.install

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Sep 15 19:46:54 2009 UTC (2 months, 1 week ago) by franz
Branch: MAIN
File MIME type: text/x-php
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