mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
8c186d97c6
commit
7c79d0f860
2 changed files with 3 additions and 2 deletions
|
@ -2354,4 +2354,4 @@ function fgetd_seekless(&$fp, $delim, $read, $seek, $eof, $buffer = 8192)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
|
@ -225,8 +225,9 @@ while ($row = $db->sql_fetchrow($result))
|
||||||
{
|
{
|
||||||
case 'posting':
|
case 'posting':
|
||||||
preg_match('#mode=([a-z]+)#', $row['session_page'], $on_page);
|
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 'reply':
|
||||||
case 'quote':
|
case 'quote':
|
||||||
|
|
Loading…
Add table
Reference in a new issue