diff options
Diffstat (limited to 'phpBB/viewtopic.php')
| -rw-r--r-- | phpBB/viewtopic.php | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index a43edee5da..b75f4aeccf 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1099,7 +1099,7 @@ while ($row = $db->sql_fetchrow($result))  		{  			$user_sig = ''; -			// We add the signature to every posters entry because enable_sig is post dependant +			// We add the signature to every posters entry because enable_sig is post dependent  			if ($row['user_sig'] && $config['allow_sig'] && $user->optionget('viewsigs'))  			{  				$user_sig = $row['user_sig']; @@ -1629,7 +1629,8 @@ else  	$all_marked_read = true;  } -// If there are absolutely no more unread posts in this forum and unread posts shown, we can savely show the #unread link +// If there are absolutely no more unread posts in this forum +// and unread posts shown, we can safely show the #unread link  if ($all_marked_read)  {  	if ($post_unread) | 
