From 0a1b040588654b82baa7c258b02355081873b775 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Mon, 24 Jan 2005 13:14:31 +0000 Subject: BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues git-svn-id: file:///svn/phpbb/trunk@5076 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 03d9f5cc26..7a7de96fc5 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -598,7 +598,7 @@ function markread($mode, $forum_id = 0, $topic_id = 0, $marktime = false) } // Default tracking type -// $type = TRACK_NORMAL; + $type = TRACK_NORMAL; $current_time = ($marktime) ? $marktime : time(); $topic_id = (int) $topic_id; -- cgit v1.2.1