diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-06-28 14:59:24 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-06-28 14:59:24 +0000 |
commit | 99484ebff22c2e43cfdc8213c42275c141fdcbaf (patch) | |
tree | d88335ce7aba91b9df6c0986bd0eef1c16b69a30 /modules | |
parent | c6f79894a61cae202ddf2af48de037f44c2a7b26 (diff) | |
download | brdo-99484ebff22c2e43cfdc8213c42275c141fdcbaf.tar.gz brdo-99484ebff22c2e43cfdc8213c42275c141fdcbaf.tar.bz2 |
#839172 by lyricnz: Fixed Cannot redeclare user_update_7010(). Oops.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/user.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.install b/modules/user/user.install index ca7514137..0a26ebf94 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -682,7 +682,7 @@ function user_update_7010() { * displays a warning to users that they may need to go and modify the wording * of their templates. */ -function user_update_7010() { +function user_update_7011() { $message = ''; $tokens = array( |