Destination Summary: Mitigate PHP 8.x warnings.

This commit is contained in:
fusionate
2024-05-13 11:46:51 -06:00
parent 0a419a7698
commit fc90314009
3 changed files with 57 additions and 5 deletions

View File

@@ -1233,7 +1233,7 @@ if (!class_exists('destinations')) {
}
$sql .= " and direction = 'inbound' \n";
$sql .= " and caller_destination is not null \n";
$sql .= $sql_date_range;
$sql .= $sql_date_range ?? '';
$sql .= ") as c \n";
$sql .= "where \n";