#210260 by dropcube: kill notice when anonymous users uses site-wide contact form

6.x
Gábor Hojtsy 2008-01-16 22:56:21 +00:00
parent 5ecb68806b
commit 9c4ff53d92
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ function contact_mail_page() {
'#title' => t('Send yourself a copy.'),
);
}
else {
$form['copy'] = array('#type' => 'value', '#value' => FALSE);
}
$form['submit'] = array('#type' => 'submit',
'#value' => t('Send e-mail'),
);