mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 08:05:25 +02:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@6299 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c2f253af23
commit
0fa54c182a
@ -1921,7 +1921,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
|
||||
$f_mark_time = false;
|
||||
}
|
||||
|
||||
if ($config['load_db_lastread'] || $config['load_anon_lastread'] || $user->data['is_registered'])
|
||||
if (($config['load_db_lastread'] && $user->data['is_registered']) || $config['load_anon_lastread'] || $user->data['is_registered'])
|
||||
{
|
||||
// Update forum info
|
||||
$sql = 'SELECT forum_last_post_time
|
||||
|
Loading…
x
Reference in New Issue
Block a user