summaryrefslogtreecommitdiff
path: root/modules/contact.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/contact.module')
-rw-r--r--modules/contact.module3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/contact.module b/modules/contact.module
index c9ddcca14..8008034dd 100644
--- a/modules/contact.module
+++ b/modules/contact.module
@@ -408,9 +408,6 @@ function contact_mail_user_submit($form_id, $edit) {
function contact_mail_page() {
global $user;
- $breadcrumb[] = array('path' => 'contact', 'title' => t('contact'));
- menu_set_location($breadcrumb);
-
if (!flood_is_allowed('contact', variable_get('contact_hourly_threshold', 3))) {
$output = t("You cannot send more than %number messages per hour. Please try again later.", array('%number' => variable_get('contact_hourly_threshold', 3)));
}