From fb0c7c6df7db1c528237aa07bd094339b1dee55a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 17 Jul 2009 11:18:04 +0000 Subject: - Patch #522210 by gpk: phpdoc fix. --- modules/contact/contact.pages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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) { -- cgit v1.2.3