From 79f6941e9b0f84a5ac8dcc1980b7324dfbd88c89 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 19 Feb 2005 08:16:56 +0000 Subject: [PATCH] - Fixed typo. Reported by KB. --- modules/contact.module | 2 +- modules/contact/contact.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/contact.module b/modules/contact.module index 3123a7fffdb..189676a8670 100644 --- a/modules/contact.module +++ b/modules/contact.module @@ -122,7 +122,7 @@ function contact_mail_user() { $output = form_item(t('From'), $user->name .' <'. $user->mail .'>'); $output .= form_item(t('To'), $account->name); - $output .= form_textfield(t('Subject'), 'subject', $edit['subject'], 50, 8, NULL, NULL, TRUE); + $output .= form_textfield(t('Subject'), 'subject', $edit['subject'], 50, 50, NULL, NULL, TRUE); $output .= form_textarea(t('Message'), 'message', $edit['message'], 70, 8, NULL, NULL, TRUE); $output .= form_submit(t('Send e-mail')); $output = form($output); diff --git a/modules/contact/contact.module b/modules/contact/contact.module index 3123a7fffdb..189676a8670 100644 --- a/modules/contact/contact.module +++ b/modules/contact/contact.module @@ -122,7 +122,7 @@ function contact_mail_user() { $output = form_item(t('From'), $user->name .' <'. $user->mail .'>'); $output .= form_item(t('To'), $account->name); - $output .= form_textfield(t('Subject'), 'subject', $edit['subject'], 50, 8, NULL, NULL, TRUE); + $output .= form_textfield(t('Subject'), 'subject', $edit['subject'], 50, 50, NULL, NULL, TRUE); $output .= form_textarea(t('Message'), 'message', $edit['message'], 70, 8, NULL, NULL, TRUE); $output .= form_submit(t('Send e-mail')); $output = form($output);