mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 12:40:13 +01:00
Minor change ... remove topic who is online listing
git-svn-id: file:///svn/phpbb/trunk@3105 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fca41683d0
commit
f42bf5dfd4
@ -63,9 +63,9 @@ $prev_user_id = 0;
|
||||
$prev_user_ip = '';
|
||||
|
||||
$reading_sql = '';
|
||||
if (!empty($_GET['f']) || !empty($_GET['t']))
|
||||
if (!empty($_REQUEST['f']))
|
||||
{
|
||||
$reading_sql = "AND s.session_page LIKE '%" . ((!empty($_GET['t'])) ? 't=' . intval($_GET['t']) : 'f=' . intval($_GET['f'])) . "%'";
|
||||
$reading_sql = 'AND s.session_page LIKE \'%f=' . intval($_GET['f'])) . '%\'';
|
||||
}
|
||||
|
||||
$sql = "SELECT u.username, u.user_id, u.user_allow_viewonline, u.user_colour, s.session_ip
|
||||
|
Loading…
x
Reference in New Issue
Block a user