From 8e800e333ceae99945cb818709a4aba4de3362b0 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 19 May 2006 21:08:48 +0000 Subject: - fixed dotted topics on some occassions being wrong - fixed post author change - fixed moving topics (they should not count into read tracking now) - think about having only one column for shadow topics/similar to forum links - moved a function from functions.php to functions_display.php (this function is only used by viewtopic and viewforum which already include this file) - some rather tiny fixes for mssql git-svn-id: file:///svn/phpbb/trunk@5933 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/mcp/mcp_notes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/mcp/mcp_notes.php') diff --git a/phpBB/includes/mcp/mcp_notes.php b/phpBB/includes/mcp/mcp_notes.php index 0bc6a28f3f..44265d2475 100755 --- a/phpBB/includes/mcp/mcp_notes.php +++ b/phpBB/includes/mcp/mcp_notes.php @@ -49,7 +49,7 @@ class mcp_notes case 'user_notes': $user->add_lang('acp/common'); - + mcp_notes_user_view($id, $mode, $action); $this->tpl_name = 'mcp_notes_user'; break; -- cgit v1.2.1