mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- introduce new function build_url to easily build a valid url from the user->page object as well as optionally removing certain keys
- changed attachment config to utilize the config build methods - cleaned up posting.php - the submit/delete_post functions are now usable (functions_posting.php) - adjusted header icons (transparency) - a bunch of fixes for mssql - bug fixes git-svn-id: file:///svn/phpbb/trunk@5902 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -130,6 +130,7 @@ $lang = array_merge($lang, array(
|
||||
'LOG_USER_LOCK' => '<b>User locked own topic</b><br />» %s',
|
||||
'LOG_USER_MOVE_POSTS_USER' => '<b>Moved all posts to forum "%s"</b>',
|
||||
'LOG_USER_REACTIVATE_USER' => '<b>Forced user account re-activation</b>',
|
||||
'LOG_USER_UNLOCK' => '<b>User unlocked own topic</b><br />» %s',
|
||||
'LOGIN_EXPLAIN_MCP' => 'To moderate this forum you must login.',
|
||||
'LOGVIEW_VIEWTOPIC' => 'View Topic',
|
||||
'LOGVIEW_VIEWLOGS' => 'View Topic Log',
|
||||
|
Reference in New Issue
Block a user