diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/contact/contact.pages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/contact/contact.pages.inc b/modules/contact/contact.pages.inc index ea467203f..9f377fd09 100644 --- a/modules/contact/contact.pages.inc +++ b/modules/contact/contact.pages.inc @@ -29,7 +29,7 @@ function contact_site_page() { return $output; } -/* +/** * Form builder; the site-wide contact form. */ function contact_site_form() { @@ -168,7 +168,7 @@ function contact_personal_page($account) { return $output; } -/* +/** * Form builder; the personal contact form. */ function contact_personal_form(&$form_state, $recipient) { |