summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 791347e)
raw | patch | inline | side by side (parent: 791347e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Mar 2008 07:51:59 +0000 (07:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Mar 2008 07:51:59 +0000 (07:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9283 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc b/gosa-plugins/openxchange/personal/connectivity/openxchange/class_oxchangeAccount.inc
index 6561ab14c8a7634fbb4a0d7c18aa65f8d8131871..e7ab39c2a3f3b67f4898b970777af845bb7c43d8 100644 (file)
preg_match("/^(\w+(?=\=))=((\w|\s|\.)+(?=\,)),.*/",$this->dn,$uidarray);
$uid=$uidarray[2];
if (trim($uid) == "") {
- msg_dialog::display(_("Error"), _("Open-Xchange account name is invalid!"), ERROR_DIALOG);
+ msg_dialog::display(_("Error"), msgPool::invalid(_("Open-Xchange account name")), ERROR_DIALOG);
return;
}