diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-07 18:59:31 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-07 18:59:31 +0000 |
commit | 6e8683a1248148b98e08eceb1bf7441929696d3b (patch) | |
tree | 796f7882709c22d8d0e379b0499e3e98f7fb6f3b /phpBB | |
parent | 22389f0d3251c96a06e15b25341ec631acfbb06c (diff) | |
download | forums-6e8683a1248148b98e08eceb1bf7441929696d3b.tar forums-6e8683a1248148b98e08eceb1bf7441929696d3b.tar.gz forums-6e8683a1248148b98e08eceb1bf7441929696d3b.tar.bz2 forums-6e8683a1248148b98e08eceb1bf7441929696d3b.tar.xz forums-6e8683a1248148b98e08eceb1bf7441929696d3b.zip |
And this one removes all the debugging info ...
git-svn-id: file:///svn/phpbb/trunk@3270 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/session.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index 3acb817b99..9f1d5c8f7c 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -186,7 +186,6 @@ class session { do { - print_r($row); if ((intval($row['ban_userid']) == $this->data['user_id']) || (!empty($row['ban_ip']) && preg_match('#^' . str_replace('*', '.*?', $row['ban_ip']) . '$#i', $this->ip)) || (!empty($row['ban_email']) && preg_match('#^' . str_replace('*', '.*?', $row['ban_email']) . '$#i', $this->data['user_email']))) |