Update call_block_edit.php (#3374)

This commit is contained in:
AlexanderDCrane 2018-08-31 12:50:19 -06:00 committed by FusionPBX
parent e4f2c139ee
commit 4857ee20ba
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
if ($result_count > 0) {
foreach($result as $row) {
$tr_onclick = " onclick=\"call_block_recent('".$row['uuid']."','".urlencode($row['caller_id_name'])."');\" ";
$tr_onclick = " onclick=\"call_block_recent('".escape($row['uuid'])."','".urlencode(escape($row['caller_id_name']))."');\" ";
if (strlen($row['caller_id_number']) >= 7) {
if (defined('TIME_24HR') && TIME_24HR == 1) {
$tmp_start_epoch = date("j M Y H:i:s", $row['start_epoch']);