diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-22 10:59:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-22 10:59:49 +0000 |
commit | 3e0e9c6f87d6e6d6ed4cdfd6226c53c95f548ded (patch) | |
tree | 7825d484c3e3bc421d6ee07ba29e1488cadd2e09 /modules/system | |
parent | d7b65beea93f42f8974fb31c54f1c8687f0889a5 (diff) | |
download | brdo-3e0e9c6f87d6e6d6ed4cdfd6226c53c95f548ded.tar.gz brdo-3e0e9c6f87d6e6d6ed4cdfd6226c53c95f548ded.tar.bz2 |
- Patch #245504 by David Rothstein: throttle module is gone now. For real.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.install | 7 |
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', |