From 125fa0189e2e96f51c308fdf01f109b8a8ac6dc8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 19 Sep 2005 14:59:44 +0000 Subject: - Patch #31585 by Thox: fixed author information block. --- modules/profile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile.module') diff --git a/modules/profile.module b/modules/profile.module index a7c4b5b80..07e7b01cf 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -653,7 +653,7 @@ function theme_profile_block($account, $fields = array()) { foreach ($fields as $field) { if ($field->value) { - $output .= "

$field->title:
$value

\n"; + $output .= "

$field->title:
$field->value

\n"; } } -- cgit v1.2.3