Closed d3br0wn closed 8 years ago
SwagMigration/Components/DbServices/Import/CustomerImporter.php - start at line 582
Uppercase can cause problems here:
$sql = 'DELETE FROM S_CAMPAIGNS_MAILADDRESSES WHERE EMAIL = ' . $customer['email']; $sql = 'SELECT ID FROM S_CAMPAIGNS_MAILADDRESSES WHERE EMAIL = ' . $customer['email'];
$sql = 'DELETE FROM S_CAMPAIGNS_MAILADDRESSES WHERE EMAIL = ' . $customer['email'];
$sql = 'SELECT ID FROM S_CAMPAIGNS_MAILADDRESSES WHERE EMAIL = ' . $customer['email'];
fixed with 53930570774
SwagMigration/Components/DbServices/Import/CustomerImporter.php - start at line 582
Uppercase can cause problems here: