Destination Summary: Mitigate PHP 8.x warnings.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user