summaryrefslogtreecommitdiff
path: root/modules/profile/profile.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile/profile.install')
-rw-r--r--modules/profile/profile.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.install b/modules/profile/profile.install
index 35185c6c4..d10dc3a06 100644
--- a/modules/profile/profile.install
+++ b/modules/profile/profile.install
@@ -158,7 +158,7 @@ function profile_update_7001() {
* Change the weight column to normal int.
*/
function profile_update_7002() {
- db_change_field('profile', 'weight', 'weight', array(
+ db_change_field('profile_field', 'weight', 'weight', array(
'type' => 'int',
'not null' => TRUE,
'default' => 0,