Explorar el Código

smaller fixes

andre hace 5 años
padre
commit
179d741794
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      zimbraSingle.php

+ 7 - 0
zimbraSingle.php

@@ -517,6 +517,13 @@ function zimbraSingle_CreateAccount($params)
         return false;
     }
     if($accountExists == 'bla') {
+        logModuleCall(
+            'zimbrasingle',
+            __FUNCTION__,
+            $account_name,
+            "Debug",
+            $accountExists
+        );
         return 'Account already exist';
     }
     $attrs = array();