summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 903322a)
raw | patch | inline | side by side (parent: 903322a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Nov 2006 11:43:19 +0000 (11:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Nov 2006 11:43:19 +0000 (11:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5067 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/connectivity/class_oxchangeAccount.inc | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc
index d88b3801db7417353a97ed6c4457f5508c5a0b16..58c998f1e2c97cb081c69ce5225aaef0a21b1a4a 100644 (file)
preg_match("/^(\w+(?=\=))=((\w|\s|\.)+(?=\,)),.*/",$this->dn,$uidarray);
$uid=$uidarray[2];
if (trim($uid) == "") {
- print_red(_("The Open-Xchange accountname is empty and thus invalid! Check to make sure that ".
- "you are not using any strange characters in the loginname."));
+ print_red(_("The Open-Xchange accountname is empty and thus invalid! Check to make sure that you are not using any strange characters in the loginname."));
return;
}