diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-01 18:37:23 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-01 18:37:23 +0000 |
commit | bf751d9a94dca1b48f30a061aa09049c977fbda1 (patch) | |
tree | 511a51fe8ae9f7675e5ea148ada52cc74e9f0d15 /modules/system/system.install | |
parent | 0223bf1dc25a77671618733ee7e76fba958013d8 (diff) | |
download | brdo-bf751d9a94dca1b48f30a061aa09049c977fbda1.tar.gz brdo-bf751d9a94dca1b48f30a061aa09049c977fbda1.tar.bz2 |
#651086 follow-up by carols8f: Fix cache clearing is an ineffective mess.
Diffstat (limited to 'modules/system/system.install')
-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 fc6ff52a9..4caeaa94e 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2246,13 +2246,6 @@ function system_update_7036() { } /** - * Rename action description to label. - */ -function system_update_7037() { - db_change_field('actions', 'description', 'label', array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => '0')); -} - -/** * Upgrade the {url_alias} table and create a cache bin for path aliases. */ function system_update_7042() { |