mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -63,9 +63,9 @@ $prev_user_id = 0;
|
||||||
$prev_user_ip = '';
|
$prev_user_ip = '';
|
||||||
|
|
||||||
$reading_sql = '';
|
$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
|
$sql = "SELECT u.username, u.user_id, u.user_allow_viewonline, u.user_colour, s.session_ip
|
||||||
|
|
Loading…
Add table
Reference in a new issue