And this one removes all the debugging info ...

git-svn-id: file:///svn/phpbb/trunk@3270 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-01-07 18:59:31 +00:00
parent 22389f0d32
commit 6e8683a124

View file

@ -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'])))