mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
fixing some bugs
git-svn-id: file:///svn/phpbb/trunk@8075 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -216,10 +216,6 @@ class jabber
|
||||
$server = $record[0]['target'];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->add_to_log('Warning: dns_get_record() function not found. GTalk will not work.');
|
||||
}
|
||||
|
||||
$server = $use_ssl ? 'ssl://' . $server : $server;
|
||||
|
||||
|
Reference in New Issue
Block a user