mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Voicemail messages show the table header and links when there is no voicemails.
This commit is contained in:
@@ -103,7 +103,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$sql .= "domain_uuid, ";
|
||||
$sql .= "voicemail_message_uuid, ";
|
||||
$sql .= "voicemail_uuid, ";
|
||||
$sql .= "voicemail_uuid, ";
|
||||
$sql .= "created_epoch, ";
|
||||
$sql .= "read_epoch, ";
|
||||
$sql .= "caller_id_name, ";
|
||||
@@ -117,7 +116,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$sql .= "'$domain_uuid', ";
|
||||
$sql .= "'".uuid()."', ";
|
||||
$sql .= "'$voicemail_uuid', ";
|
||||
$sql .= "'$voicemail_uuid', ";
|
||||
$sql .= "'$created_epoch', ";
|
||||
$sql .= "'$read_epoch', ";
|
||||
$sql .= "'$caller_id_name', ";
|
||||
|
||||
Reference in New Issue
Block a user