aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_jabber.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-09-02 17:24:56 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-09-02 17:24:56 +0000
commitcda8083ba73d8884780a3e802b32b0441d2170b0 (patch)
tree3cd58211ccc477dd3fdde2047721877c623e3723 /phpBB/includes/functions_jabber.php
parent83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4 (diff)
downloadforums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar
forums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar.gz
forums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar.bz2
forums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar.xz
forums-cda8083ba73d8884780a3e802b32b0441d2170b0.zip
fixing some bugs
git-svn-id: file:///svn/phpbb/trunk@8075 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_jabber.php')
-rw-r--r--phpBB/includes/functions_jabber.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/includes/functions_jabber.php b/phpBB/includes/functions_jabber.php
index 04f664139f..e3edcfc0be 100644
--- a/phpBB/includes/functions_jabber.php
+++ b/phpBB/includes/functions_jabber.php
@@ -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;