mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -1921,7 +1921,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
|
||||||
$f_mark_time = false;
|
$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
|
// Update forum info
|
||||||
$sql = 'SELECT forum_last_post_time
|
$sql = 'SELECT forum_last_post_time
|
||||||
|
|
Loading…
Add table
Reference in a new issue