summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index d6f61b431..b8c3e5869 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1055,7 +1055,7 @@ function user_page() {
}
switch ($op) {
- case t("E-mail new password");
+ case t("E-mail new password"):
case "password":
theme("header");
theme("box", t("E-mail new password"), user_pass($edit));
@@ -1081,7 +1081,7 @@ function user_page() {
theme("footer");
break;
case t("Delete account"):
- case t("delete");
+ case t("delete"):
$output = user_delete();
theme("header");
theme("box", t("User account"), user_menu());