diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/book.module | 2 | ||||
-rw-r--r-- | modules/book/book.module | 2 | ||||
-rw-r--r-- | modules/user.module | 4 | ||||
-rw-r--r-- | modules/user/user.module | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/modules/book.module b/modules/book.module index 2d13bd46c..bee2643f0 100644 --- a/modules/book.module +++ b/modules/book.module @@ -716,7 +716,7 @@ function book_admin() { case "orphan": print book_admin_orphan(); break; - case t("Save book pages"); + case t("Save book pages"): print status(book_admin_save(arg(3), $edit)); // fall through: default: diff --git a/modules/book/book.module b/modules/book/book.module index 2d13bd46c..bee2643f0 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -716,7 +716,7 @@ function book_admin() { case "orphan": print book_admin_orphan(); break; - case t("Save book pages"); + case t("Save book pages"): print status(book_admin_save(arg(3), $edit)); // fall through: default: diff --git a/modules/user.module b/modules/user.module index d6f61b431..b8c3e5869 100644 --- a/modules/user.module +++ b/modules/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()); 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()); |