From bf751d9a94dca1b48f30a061aa09049c977fbda1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 1 Oct 2010 18:37:23 +0000 Subject: #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess. --- modules/system/system.install | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/system/system.install') 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 @@ -2245,13 +2245,6 @@ function system_update_7036() { variable_del('site_offline_message'); } -/** - * 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. */ -- cgit v1.2.3