1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 22:28:46 +01:00

Minor correction to the connect update

git-svn-id: file:///svn/phpbb/trunk@18 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-02-22 18:48:26 +00:00
parent 91b48b0e2c
commit 22a1da47f3

View File

@ -49,7 +49,7 @@ class sql_db
}
else
{
echo $this->db_connect_id = @mysql_connect($this->server, $this->user, $this->password);
$this->db_connect_id = @mysql_connect($this->server, $this->user, $this->password);
}
if($this->db_connect_id)
{