From c887d7bbd0835738347448b82ae322d7844464ec Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 18 Oct 2009 07:10:23 +0000 Subject: PHP really doesn't like more than one system_update_7043() function. No, no it does not. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/system.install b/modules/system/system.install index 4e5496f90..6ba6d1ff9 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2851,7 +2851,7 @@ function system_update_7043() { /** * Reuse the actions_aid table as sequences. */ -function system_update_7043() { +function system_update_7044() { db_drop_primary_key('actions_aid'); db_change_field('actions_aid', 'aid', 'value', array('type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE), array('primary key' => array('value'))); db_rename_table('actions_aid', 'sequences'); -- cgit v1.2.3