mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class sql_db
|
||||||
}
|
}
|
||||||
else
|
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)
|
if($this->db_connect_id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue