From 2cce15bbef1cc42e74977bd51c4b865576c4e4ea Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 10 Nov 2006 11:43:19 +0000 Subject: [PATCH] Fixed Error msg git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5067 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/connectivity/class_oxchangeAccount.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc index d88b3801d..58c998f1e 100644 --- a/plugins/personal/connectivity/class_oxchangeAccount.inc +++ b/plugins/personal/connectivity/class_oxchangeAccount.inc @@ -807,8 +807,7 @@ class oxchangeAccount extends plugin 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; } -- 2.30.2