From 7ff040d94755b91a857a114fe3f83419db7ef75c Mon Sep 17 00:00:00 2001 From: careworks Date: Wed, 1 Mar 2006 10:10:58 +0000 Subject: [PATCH] Forgot to return on empty OX username git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2795 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/connectivity/class_oxchangeAccount.inc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2