forked from extern/egroupware
php5.2
This commit is contained in:
parent
4947ddfd99
commit
0f5ccb8c9f
@ -227,7 +227,7 @@ class EGW_SyncML_State extends Horde_SyncML_State
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(strstr($this->_locName,'@') === False)
|
if(strpos($this->_locName,'@') === False)
|
||||||
{
|
{
|
||||||
$this->_locName .= '@'.$GLOBALS['egw_info']['server']['default_domain'];
|
$this->_locName .= '@'.$GLOBALS['egw_info']['server']['default_domain'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user