From: careworks Date: Wed, 1 Mar 2006 10:10:58 +0000 (+0000) Subject: Forgot to return on empty OX username X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7ff040d94755b91a857a114fe3f83419db7ef75c;p=gosa.git Forgot to return on empty OX username git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2795 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc index 714709670..facef3d38 100644 --- a/plugins/personal/connectivity/class_oxchangeAccount.inc +++ b/plugins/personal/connectivity/class_oxchangeAccount.inc @@ -782,6 +782,7 @@ $ldap->modify ($this->attrs); 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.")); + return; } if ($istemplate) $needupdate=TRUE;