diff --git a/app/contacts/contact_import.php b/app/contacts/contact_import.php index 0c25924cd4..66517dd769 100644 --- a/app/contacts/contact_import.php +++ b/app/contacts/contact_import.php @@ -299,7 +299,7 @@ else { $sql .= (($row['phone_type_text']) ? 1 : 0).", "; $sql .= "'".$row['phone_label']."', "; $sql .= "'".$row['phone_number']."', "; - $sql .= "'".$row['phone_description']."', "; + $sql .= "'".$row['phone_description']."' "; $sql .= ")"; $db->exec(check_sql($sql)); unset($sql);