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:
parent
91b48b0e2c
commit
22a1da47f3
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user