aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-31 14:03:12 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-31 14:03:12 +0000
commit81d996f55f922bff143f638be71f86ffff3a35f0 (patch)
tree12b6274603c4bc29f883f80b70e103612bf43a59
parent5247a385dae1b4f4baa052ede42629c8cdd15939 (diff)
downloadforums-81d996f55f922bff143f638be71f86ffff3a35f0.tar
forums-81d996f55f922bff143f638be71f86ffff3a35f0.tar.gz
forums-81d996f55f922bff143f638be71f86ffff3a35f0.tar.bz2
forums-81d996f55f922bff143f638be71f86ffff3a35f0.tar.xz
forums-81d996f55f922bff143f638be71f86ffff3a35f0.zip
parse error
git-svn-id: file:///svn/phpbb/trunk@7702 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/functions_jabber.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_jabber.php b/phpBB/includes/functions_jabber.php
index 5e17b07ebc..f85db406a5 100644
--- a/phpBB/includes/functions_jabber.php
+++ b/phpBB/includes/functions_jabber.php
@@ -63,7 +63,7 @@ class jabber
function can_use_ssl()
{
// Will not work with PHP >= 5.2.1 or < 5.2.3RC2 until timeout problem with ssl hasn't been fixed (http://bugs.php.net/41236)
- return ((version_compare(PHP_VERSION, '5.2.1', '<') || version_compare(PHP_VERSION, '5.2.3RC2', '>=') && @extension_loaded('openssl')) ? true : false;
+ return ((version_compare(PHP_VERSION, '5.2.1', '<') || version_compare(PHP_VERSION, '5.2.3RC2', '>=')) && @extension_loaded('openssl')) ? true : false;
}
/**