diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-09-01 07:40:08 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-09-01 07:40:08 +0000 |
commit | 94098f7e931db2efc354af97302c2f44af7bb4f5 (patch) | |
tree | 37dce791df95e6266a9fef842cb441e4cf6fdb82 /modules/system/system.install | |
parent | f96e48456d9326ab27d40ae38cdd0305df62fb99 (diff) | |
download | brdo-94098f7e931db2efc354af97302c2f44af7bb4f5.tar.gz brdo-94098f7e931db2efc354af97302c2f44af7bb4f5.tar.bz2 |
#81033 by webchick and neclimdul. Uninstall module API.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 78f486b39..1f8607224 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1,6 +1,9 @@ <?php // $Id$ +/** + * Implementation of hook_install(). + */ function system_install() { switch ($GLOBALS['db_type']) { case 'mysql': |