mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
hmm, this seems to be a merge i forgot
git-svn-id: file:///svn/phpbb/trunk@8711 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -225,8 +225,9 @@ while ($row = $db->sql_fetchrow($result))
|
||||
{
|
||||
case 'posting':
|
||||
preg_match('#mode=([a-z]+)#', $row['session_page'], $on_page);
|
||||
$posting_mode = (!empty($on_page[1])) ? $on_page[1] : '';
|
||||
|
||||
switch ($on_page[1])
|
||||
switch ($posting_mode)
|
||||
{
|
||||
case 'reply':
|
||||
case 'quote':
|
||||
|
Reference in New Issue
Block a user