mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the Contact CSV import so it will import the phone number.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user