Browse Source

smaller fixes

andre 5 years ago
parent
commit
032e83fb02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

@@ -516,7 +516,7 @@ function zimbraSingle_CreateAccount($params)
         );
         return false;
     }
-    if($accountExists == true) {
+    if($accountExists) {
         return 'Account already exist';
     }
     $attrs = array();