Unset the parameters to fix the next query

This commit is contained in:
FusionPBX
2025-09-16 15:31:20 -06:00
committed by GitHub
parent 373e025704
commit b6c8842e98

View File

@@ -680,6 +680,7 @@
foreach($extensions as $row) {
$extension_labels[$row['extension']]['caller_id_name'] = $row['effective_caller_id_name'];
}
unset($sql, $parameters);
//get the device lines array
$sql = "select * from v_device_lines ";