aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-07-17 15:32:46 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-07-17 15:32:46 +0000
commit99a7ce5bbe92b1313a22db2d8dad51046dca26d9 (patch)
tree7926a5350a86f06e1c0b209d5a16674002750e98 /phpBB/viewtopic.php
parent1a5e4f446a681b9dbf02951445bb1e2088bd435a (diff)
downloadforums-99a7ce5bbe92b1313a22db2d8dad51046dca26d9.tar
forums-99a7ce5bbe92b1313a22db2d8dad51046dca26d9.tar.gz
forums-99a7ce5bbe92b1313a22db2d8dad51046dca26d9.tar.bz2
forums-99a7ce5bbe92b1313a22db2d8dad51046dca26d9.tar.xz
forums-99a7ce5bbe92b1313a22db2d8dad51046dca26d9.zip
fix the schema files as well as other tiny bugs.
git-svn-id: file:///svn/phpbb/trunk@6190 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 31f90eff24..19a73a83f3 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -989,6 +989,10 @@ while ($row = $db->sql_fetchrow($result))
'avatar' => '',
'age' => '',
+ 'rank_title' => '',
+ 'rank_image' => '',
+ 'rank_image_src' => '',
+
'online' => false,
'profile' => append_sid("{$phpbb_root_path}memberlist.$phpEx", "mode=viewprofile&amp;u=$poster_id"),
'www' => $row['user_website'],
@@ -1039,12 +1043,6 @@ while ($row = $db->sql_fetchrow($result))
}
}
}
- else
- {
- $user_cache[$poster_id]['rank_title'] = '';
- $user_cache[$poster_id]['rank_image'] = '';
- $user_cache[$poster_id]['rank_image_src'] = '';
- }
}
if (!empty($row['user_allow_viewemail']) || $auth->acl_get('a_email'))