This commit is contained in:
Ralf Becker 2007-05-09 08:53:08 +00:00
parent 4947ddfd99
commit 0f5ccb8c9f

View File

@ -227,7 +227,7 @@ class EGW_SyncML_State extends Horde_SyncML_State
return FALSE;
}
if(strstr($this->_locName,'@') === False)
if(strpos($this->_locName,'@') === False)
{
$this->_locName .= '@'.$GLOBALS['egw_info']['server']['default_domain'];
}