Code

Forgot to return on empty OX username
authorcareworks <careworks@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 1 Mar 2006 10:10:58 +0000 (10:10 +0000)
committercareworks <careworks@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 1 Mar 2006 10:10:58 +0000 (10:10 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2795 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/connectivity/class_oxchangeAccount.inc

index 71470967043e59b7da3216cf033a85da1b993056..facef3d3819a0a46dc5b28be50cf00f2af88794a 100644 (file)
@@ -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;