Selaa lähdekoodia

check reserved addresses

andre 4 vuotta sitten
vanhempi
commit
6fb4f1c55a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      zimbraAddressAvailable.php

+ 2 - 2
zimbraAddressAvailable.php

@@ -62,12 +62,12 @@ $customfieldIDsObj = Capsule::table('tblcustomfields')
 foreach ($customfieldIDsObj as $customfieldID) {
 	array_push($customfieldIDs, $customfieldID->id);
 }
-$customfieldsvalues = array();
+/*$customfieldsvalues = array();
 $customfieldsvaluesObj = Capsule::table('tblcustomfieldsvalues')
 	->select('value')
 	->where('fieldid', $customfieldIDs)
 	->get()
-	->toArray();
+	->toArray(); */
 
 logModuleCall(
 	'zimbrasingle',