1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

- change conversion to process dotted topics after syncing (else some informations needed are wrong or do not exist at all). This also adds the ability to shift some operations to the very end after syncing.

- remember entered register data when changing the default language.


git-svn-id: file:///svn/phpbb/trunk@7118 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-03-04 14:31:07 +00:00
parent c6ef0181e3
commit 567b01302b
4 changed files with 143 additions and 211 deletions

View File

@@ -249,7 +249,10 @@ class acp_main
}
unset($posted);
$db->sql_multi_insert(TOPICS_POSTED_TABLE, $sql_ary);
if (sizeof($sql_ary))
{
$db->sql_multi_insert(TOPICS_POSTED_TABLE, $sql_ary);
}
}
add_log('admin', 'LOG_RESYNC_POST_MARKING');