From 99484ebff22c2e43cfdc8213c42275c141fdcbaf Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Mon, 28 Jun 2010 14:59:24 +0000
Subject: [PATCH] #839172 by lyricnz: Fixed Cannot redeclare
 user_update_7010(). Oops.

---
 modules/user/user.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/user/user.install b/modules/user/user.install
index ca7514137b59..0a26ebf940c5 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(
-- 
GitLab