Index: modules/contact.module =================================================================== RCS file: /cvs/drupal/drupal/modules/contact.module,v retrieving revision 1.18 diff -u -r1.18 contact.module --- modules/contact.module 27 Jun 2005 18:33:32 -0000 1.18 +++ modules/contact.module 29 Jul 2005 11:23:08 -0000 @@ -293,7 +293,7 @@ $subjects[$subject->subject] = $subject->subject; } - if ($subjects) { + if (!count($subjects) == 1) { $output = variable_get('contact_form_information', t('You can leave us a message using the contact form below.')); $output .= form_textfield(t('Name'), 'name', $edit['name'], 60, 255, NULL, NULL, TRUE); $output .= form_textfield(t('E-mail'), 'mail', $edit['mail'], 60, 255, NULL, NULL, TRUE);