Explorar o código

check reserved addresses

andre %!s(int64=4) %!d(string=hai) anos
pai
achega
07e4b3e721
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      zimbraAddressAvailable.php

+ 1 - 1
zimbraAddressAvailable.php

@@ -36,7 +36,7 @@ if(!filter_var($accountName, FILTER_VALIDATE_EMAIL)) {
 $zmAuthPIDs = array();
 $zmAuthPIDsObj = Capsule::table('tblproducts')
 	->select('id')
-	->where('gid', 'IN', [1,3,8])
+	->where('gid', array(1,3,8))
 	->get()
 	->toArray();
 foreach ($zmAuthPIDsObj as $zmAuthPID) {