summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-05 00:31:19 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-05 00:31:19 +0000
commit485946f296213297eea4cc5661705cb3d2e470df (patch)
tree60de005fdc8351ddf6e08964917b4618151cbb5d /modules/system/system.install
parent4633340d9b2ab71bbbffe4c7b2f81fdd5a557f41 (diff)
downloadbrdo-485946f296213297eea4cc5661705cb3d2e470df.tar.gz
brdo-485946f296213297eea4cc5661705cb3d2e470df.tar.bz2
- Patch #908578 by jonhattan: dependents array key not used in any place across the code.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index ae7ada281..f3d97c567 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -1566,7 +1566,7 @@ function system_schema() {
'default' => 0,
),
'info' => array(
- 'description' => "A serialized array containing information from the module's .info file; keys can include name, description, package, version, core, dependencies, dependents, and php.",
+ 'description' => "A serialized array containing information from the module's .info file; keys can include name, description, package, version, core, dependencies, and php.",
'type' => 'blob',
'not null' => FALSE,
),
@@ -2505,7 +2505,7 @@ function system_update_7055() {
db_change_field('sessions', 'session', 'session', $spec);
$spec = array(
- 'description' => "A serialized array containing information from the module's .info file; keys can include name, description, package, version, core, dependencies, dependents, and php.",
+ 'description' => "A serialized array containing information from the module's .info file; keys can include name, description, package, version, core, dependencies, and php.",
'type' => 'blob',
'not null' => FALSE,
);