mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 09:01:29 +02: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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user