mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Unset the parameters to fix the next query
This commit is contained in:
@@ -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 ";
|
||||
|
||||
Reference in New Issue
Block a user