aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2005-12-08 20:53:49 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2005-12-08 20:53:49 +0000
commit28661d61063f677f5bb9d555f179389699e5114b (patch)
treedc90867b7204933c260fcebbef1d7d50761d7846 /phpBB
parent5c64235b6f51bf234c9210be3e1e749292d87a2d (diff)
downloadforums-28661d61063f677f5bb9d555f179389699e5114b.tar
forums-28661d61063f677f5bb9d555f179389699e5114b.tar.gz
forums-28661d61063f677f5bb9d555f179389699e5114b.tar.bz2
forums-28661d61063f677f5bb9d555f179389699e5114b.tar.xz
forums-28661d61063f677f5bb9d555f179389699e5114b.zip
A couple of minor changes
git-svn-id: file:///svn/phpbb/trunk@5322 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rwxr-xr-xphpBB/includes/mcp/mcp_notes.php2
-rwxr-xr-xphpBB/styles/subSilver/template/mcp_notes_user.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/mcp_notes.php b/phpBB/includes/mcp/mcp_notes.php
index 017eff26f3..3cb1a802c1 100755
--- a/phpBB/includes/mcp/mcp_notes.php
+++ b/phpBB/includes/mcp/mcp_notes.php
@@ -219,7 +219,7 @@ function mcp_notes_user_view($id, $mode, $action)
'USER_COLOR' => (!empty($userrow['user_colour'])) ? $userrow['user_colour'] : '',
'RANK_TITLE' => $rank_title,
'JOINED' => $user->format_date($userrow['user_regdate'], $user->lang['DATE_FORMAT']),
- 'POSTS' => ($data['user_posts']) ? $data['user_posts'] : 0,
+ 'POSTS' => ($userrow['user_posts']) ? $userrow['user_posts'] : 0,
'AVATAR_IMG' => $avatar_img,
'RANK_IMG' => $rank_img,
diff --git a/phpBB/styles/subSilver/template/mcp_notes_user.html b/phpBB/styles/subSilver/template/mcp_notes_user.html
index e6e43a29d7..8306f12e20 100755
--- a/phpBB/styles/subSilver/template/mcp_notes_user.html
+++ b/phpBB/styles/subSilver/template/mcp_notes_user.html
@@ -59,7 +59,7 @@
<!-- ENDIF -->
<!-- ELSE -->
<tr>
- <td class="row1" colspan="2" align="center">{L_NO_USER_NOTES}</td>
+ <td class="row1" colspan="2" align="center"><span class="gen">{L_NO_FEEDBACK}</span></td>
</tr>
<!-- ENDIF -->
</table>