1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

hey dev team mates, here are the brand new beta checkins (as promised). Please ensure this stays in our private cvs until the 23rd June, except the bug fixes.

git-svn-id: file:///svn/phpbb/trunk@6092 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-06-17 20:28:39 +00:00
parent 20a27095bd
commit 2043827f52
7 changed files with 29 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ class acp_jabber
// 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']) && $jab_username)
{
if (!$jabber->connect())
{