aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modcp.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-08-30 22:34:59 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-08-30 22:34:59 +0000
commit0b8ecf17a7db311aa348076fc315c6e624a9fc5b (patch)
tree927e2dcc22194152498bc5498d91b578b0ae18b6 /phpBB/modcp.php
parent191e52086fe01e84fa3e9948f0ba70f4d08d83a8 (diff)
downloadforums-0b8ecf17a7db311aa348076fc315c6e624a9fc5b.tar
forums-0b8ecf17a7db311aa348076fc315c6e624a9fc5b.tar.gz
forums-0b8ecf17a7db311aa348076fc315c6e624a9fc5b.tar.bz2
forums-0b8ecf17a7db311aa348076fc315c6e624a9fc5b.tar.xz
forums-0b8ecf17a7db311aa348076fc315c6e624a9fc5b.zip
Took out debugging stuff for prelim. view ip functions
git-svn-id: file:///svn/phpbb/trunk@944 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/modcp.php')
-rw-r--r--phpBB/modcp.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/modcp.php b/phpBB/modcp.php
index 6d18f1882b..f1decb7d14 100644
--- a/phpBB/modcp.php
+++ b/phpBB/modcp.php
@@ -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: