mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Update xml_cdr_inc.php
This commit is contained in:
@@ -282,7 +282,7 @@
|
||||
$array = explode(",", $field);
|
||||
$field_name = end($array);
|
||||
if (isset($$field_name)) {
|
||||
$param .= "&mos_score=".$$field_name;
|
||||
$param .= "&".$field_name."=".$$field_name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user