summaryrefslogtreecommitdiff
path: root/modules/tracker
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-20 15:06:51 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-20 15:06:51 +0000
commitaadc94a102375f3e8656c23cb711097f827be96e (patch)
tree1f2c1d13750bdb63f55e55c962360ad1c0ed3300 /modules/tracker
parent5717ba536ec238e9b587e3fed6e3304e3d0d8056 (diff)
downloadbrdo-aadc94a102375f3e8656c23cb711097f827be96e.tar.gz
brdo-aadc94a102375f3e8656c23cb711097f827be96e.tar.bz2
- Patch #582948 by David_Rothstein: improve safety of schema manipulation.
Diffstat (limited to 'modules/tracker')
-rw-r--r--modules/tracker/tracker.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/tracker/tracker.install b/modules/tracker/tracker.install
index 5d8f86fb7..f377ff007 100644
--- a/modules/tracker/tracker.install
+++ b/modules/tracker/tracker.install
@@ -2,18 +2,9 @@
// $Id$
/**
- * Implements hook_install().
- */
-function tracker_install() {
- drupal_install_schema('tracker');
-}
-
-/**
* Implements hook_uninstall().
*/
function tracker_uninstall() {
- drupal_uninstall_schema('tracker');
-
variable_del('tracker_index_nid');
variable_del('tracker_batch_size');
}