summaryrefslogtreecommitdiff
path: root/modules/contact
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-17 11:18:04 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-17 11:18:04 +0000
commitfb0c7c6df7db1c528237aa07bd094339b1dee55a (patch)
treea9c534bd0ef714542e7fc2e0b1874b92c1de06ca /modules/contact
parent23e704747de91b86550c463964090aea223ce78c (diff)
downloadbrdo-fb0c7c6df7db1c528237aa07bd094339b1dee55a.tar.gz
brdo-fb0c7c6df7db1c528237aa07bd094339b1dee55a.tar.bz2
- Patch #522210 by gpk: phpdoc fix.
Diffstat (limited to 'modules/contact')
-rw-r--r--modules/contact/contact.pages.inc4
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) {