summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-22 10:59:49 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-22 10:59:49 +0000
commit3e0e9c6f87d6e6d6ed4cdfd6226c53c95f548ded (patch)
tree7825d484c3e3bc421d6ee07ba29e1488cadd2e09
parentd7b65beea93f42f8974fb31c54f1c8687f0889a5 (diff)
downloadbrdo-3e0e9c6f87d6e6d6ed4cdfd6226c53c95f548ded.tar.gz
brdo-3e0e9c6f87d6e6d6ed4cdfd6226c53c95f548ded.tar.bz2
- Patch #245504 by David Rothstein: throttle module is gone now. For real.
-rw-r--r--modules/system/system.install7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 5d526c1dc..bcde1b943 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -1208,13 +1208,6 @@ function system_schema() {
'not null' => TRUE,
'default' => 0,
),
- 'throttle' => array(
- 'description' => 'Boolean indicating whether this item is disabled when the throttle.module disables throttleable items.',
- 'type' => 'int',
- 'not null' => TRUE,
- 'default' => 0,
- 'size' => 'tiny',
- ),
'bootstrap' => array(
'description' => "Boolean indicating whether this module is loaded during Drupal's early bootstrapping phase (e.g. even before the page cache is consulted).",
'type' => 'int',