瀏覽代碼

check reserved addresses

andre 4 年之前
父節點
當前提交
b106aa1e84
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zimbraAddressAvailable.php

+ 1 - 1
zimbraAddressAvailable.php

@@ -35,7 +35,7 @@ if(!filter_var($accountName, FILTER_VALIDATE_EMAIL)) {
 // check reserved mail addresses 
 $zmAuthPIDs = Capsule::table('tblproducts')
 	->select('id')
-	->where('gid', 'IN', '1 ,3 ,8')
+	->where('gid', 'IN', '(1 ,3 ,8)')
 	->get();
 logModuleCall(
 	'zimbrasingle',