瀏覽代碼

smaller fixes

andre 5 年之前
父節點
當前提交
348ef7ddde
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      zimbraSingle.php

+ 0 - 2
zimbraSingle.php

@@ -519,8 +519,6 @@ function zimbraSingle_CreateAccount($params)
     }
     }
     if($accountExists === true) {
     if($accountExists === true) {
         return "Error: account $account_name already exists";
         return "Error: account $account_name already exists";
-    } else {
-        return "Error: account $account_name not exists";
     }
     }
     $attrs = array();
     $attrs = array();
     $attrs["gn"] = $params['customfields']["givenname"];
     $attrs["gn"] = $params['customfields']["givenname"];