andre 5 년 전
부모
커밋
20db19854d
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      zimbraSingle.php

+ 0 - 7
zimbraSingle.php

@@ -425,13 +425,6 @@ function zimbraSingle_CreateAccount($params)
         );
         );
         return "Error: account $accountName not created";
         return "Error: account $accountName not created";
     }
     }
-    logModuleCall(
-        'zimbrasingle',
-        __FUNCTION__,
-        $params,
-        "Debug",
-        $id
-    );
     Capsule::table('tblhosting')
     Capsule::table('tblhosting')
     ->where('id', '=', $params['serviceid'])
     ->where('id', '=', $params['serviceid'])
     ->update(
     ->update(