Fix the Contact CSV import so it will import the phone number.
This commit is contained in:
parent
5d3ecc30c8
commit
c22b64433c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue