summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-09-19 14:59:44 +0000
committerDries Buytaert <dries@buytaert.net>2005-09-19 14:59:44 +0000
commit125fa0189e2e96f51c308fdf01f109b8a8ac6dc8 (patch)
treeca367f0679a84e4cdf92b10253709ca644eba975 /modules/profile
parentd43655c96286c92a74fc69461ecbe8e0796d332f (diff)
downloadbrdo-125fa0189e2e96f51c308fdf01f109b8a8ac6dc8.tar.gz
brdo-125fa0189e2e96f51c308fdf01f109b8a8ac6dc8.tar.bz2
- Patch #31585 by Thox: fixed author information block.
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index a7c4b5b80..07e7b01cf 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -653,7 +653,7 @@ function theme_profile_block($account, $fields = array()) {
foreach ($fields as $field) {
if ($field->value) {
- $output .= "<p><strong>$field->title:</strong><br />$value</p>\n";
+ $output .= "<p><strong>$field->title:</strong><br />$field->value</p>\n";
}
}