aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-10-13 20:00:55 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-10-13 20:00:55 +0000
commit88787be77f58385681936099b982dff64371c452 (patch)
tree82c2891ad487acd8ef5307345c4cf4a8f4c702eb /phpBB
parent28aaaf9d010ecc47e19d1fd1c5227ef4f080a851 (diff)
downloadforums-88787be77f58385681936099b982dff64371c452.tar
forums-88787be77f58385681936099b982dff64371c452.tar.gz
forums-88787be77f58385681936099b982dff64371c452.tar.bz2
forums-88787be77f58385681936099b982dff64371c452.tar.xz
forums-88787be77f58385681936099b982dff64371c452.zip
sigh
git-svn-id: file:///svn/phpbb/trunk@4596 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/admin_jabber.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/admin_jabber.php b/phpBB/adm/admin_jabber.php
index ecb9eb25d1..f998578b94 100644
--- a/phpBB/adm/admin_jabber.php
+++ b/phpBB/adm/admin_jabber.php
@@ -63,7 +63,7 @@ $jabber->resource = $jab_resource;
// try to create account if it doesn't exist
if ($jab_enable)
{
- if($jab_host != $config['jab_host'] || $jab_username != $config['jab_username']))
+ if ($jab_host != $config['jab_host'] || $jab_username != $config['jab_username'])
{
if (!$jabber->Connect())
{