mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-23 19:36:32 +00:00
Update call_edit.php (#3390)
This commit is contained in:
committed by
FusionPBX
parent
a73d2cb39b
commit
472254f10a
@@ -446,10 +446,10 @@
|
||||
$result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
foreach ($result as &$row) {
|
||||
if (strlen($number_alias) == 0) {
|
||||
echo " \"".$row["extension"]."\",\n";
|
||||
echo " \"".escape($row["extension"])."\",\n";
|
||||
}
|
||||
else {
|
||||
echo " \"".$row["number_alias"]."\",\n";
|
||||
echo " \"".escape($row["number_alias"])."\",\n";
|
||||
}
|
||||
}
|
||||
echo " ];\n";
|
||||
|
||||
Reference in New Issue
Block a user