summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 02efa0e)
raw | patch | inline | side by side (parent: 02efa0e)
author | careworks <careworks@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Mar 2006 10:10:58 +0000 (10:10 +0000) | ||
committer | careworks <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 | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc
index 71470967043e59b7da3216cf033a85da1b993056..facef3d3819a0a46dc5b28be50cf00f2af88794a 100644 (file)
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;