summaryrefslogtreecommitdiff
path: root/modules/contact
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-10 06:38:20 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-10 06:38:20 +0000
commit029c48c68d7f4f2bc94e93e3333908ca158433c5 (patch)
treebf1fef18db8910f94ee977861829b966d42efb00 /modules/contact
parent82b51dff1d2fd90b439129c70b415d30a06d1bce (diff)
downloadbrdo-029c48c68d7f4f2bc94e93e3333908ca158433c5.tar.gz
brdo-029c48c68d7f4f2bc94e93e3333908ca158433c5.tar.bz2
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
Diffstat (limited to 'modules/contact')
-rw-r--r--modules/contact/contact.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/contact/contact.install b/modules/contact/contact.install
index 929cc54fa..3e22f41bb 100644
--- a/modules/contact/contact.install
+++ b/modules/contact/contact.install
@@ -7,20 +7,9 @@
*/
/**
- * Implement hook_install().
- */
-function contact_install() {
- // Create tables.
- drupal_install_schema('contact');
-}
-
-/**
* Implement hook_uninstall().
*/
function contact_uninstall() {
- // Remove tables.
- drupal_uninstall_schema('contact');
-
variable_del('contact_default_status');
variable_del('contact_form_information');
variable_del('contact_hourly_threshold');