diff options
Diffstat (limited to 'modules/contact/contact.module')
-rw-r--r-- | modules/contact/contact.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/contact/contact.module b/modules/contact/contact.module index cb3f7712a..e22bd1a55 100644 --- a/modules/contact/contact.module +++ b/modules/contact/contact.module @@ -544,7 +544,7 @@ function contact_mail_page_submit($form_id, $form_values) { // Log the operation: flood_register_event('contact'); - watchdog('mail', '%name-from sent an e-mail regarding %category.', array('%name-from' => $form_values['name'] ." <$from>", '%category' => $contact->category)); + watchdog('mail', '%name-from sent an e-mail regarding %category.', array('%name-from' => $form_values['name'] ." [$from]", '%category' => $contact->category)); // Update user: drupal_set_message(t('Your message has been sent.')); |