mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
- fixed dotted topics on some occassions being wrong
- fixed post author change - fixed moving topics (they should not count into read tracking now) - think about having only one column for shadow topics/similar to forum links - moved a function from functions.php to functions_display.php (this function is only used by viewtopic and viewforum which already include this file) - some rather tiny fixes for mssql git-svn-id: file:///svn/phpbb/trunk@5933 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -482,6 +482,8 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'LOG_MASS_EMAIL' => '<b>Sent mass email</b><br />» %s',
|
||||
|
||||
'LOG_MCP_CHANGE_POSTER' => '<b>Changed poster in topic "%s"</b><br />» from %s to %s',
|
||||
|
||||
'LOG_MODULE_DISABLE' => '<b>Module disabled</b>',
|
||||
'LOG_MODULE_ENABLE' => '<b>Module enabled</b>',
|
||||
'LOG_MODULE_MOVE_DOWN' => '<b>Module moved down</b><br />» %s',
|
||||
|
Reference in New Issue
Block a user