mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 16:11:06 +02: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:
@ -755,9 +755,6 @@ switch($mode)
|
||||
|
||||
$poster_ids = $db->sql_fetchrowset($result);
|
||||
sort($poster_ids);
|
||||
echo "<pre>";
|
||||
var_dump($poster_ids);
|
||||
echo "</pre>";
|
||||
|
||||
$posts = 0;
|
||||
while(list($null, $userdata) = each($poster_ids))
|
||||
@ -778,11 +775,6 @@ switch($mode)
|
||||
$last_user_ip = $user_id;
|
||||
}
|
||||
|
||||
echo "<pre>";
|
||||
var_dump($other_users);
|
||||
echo "</pre>";
|
||||
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user