mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Took out debugging stuff for prelim. view ip functions
git-svn-id: file:///svn/phpbb/trunk@944 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
191e52086f
commit
0b8ecf17a7
1 changed files with 0 additions and 8 deletions
|
@ -755,9 +755,6 @@ switch($mode)
|
||||||
|
|
||||||
$poster_ids = $db->sql_fetchrowset($result);
|
$poster_ids = $db->sql_fetchrowset($result);
|
||||||
sort($poster_ids);
|
sort($poster_ids);
|
||||||
echo "<pre>";
|
|
||||||
var_dump($poster_ids);
|
|
||||||
echo "</pre>";
|
|
||||||
|
|
||||||
$posts = 0;
|
$posts = 0;
|
||||||
while(list($null, $userdata) = each($poster_ids))
|
while(list($null, $userdata) = each($poster_ids))
|
||||||
|
@ -778,11 +775,6 @@ switch($mode)
|
||||||
$last_user_ip = $user_id;
|
$last_user_ip = $user_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<pre>";
|
|
||||||
var_dump($other_users);
|
|
||||||
echo "</pre>";
|
|
||||||
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue