Browse Source

check reserved addresses

andre 4 years ago
parent
commit
36a3a5ff4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zimbraAddressAvailable.php

+ 1 - 1
zimbraAddressAvailable.php

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