mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update xml_cdr.php
This commit is contained in:
@@ -111,7 +111,9 @@
|
||||
echo " <input type='hidden' name='bridge_uuid' value='".$bridge_uuid."'>\n";
|
||||
foreach ($_SESSION['cdr']['field'] as $field) {
|
||||
if (isset($_REQUEST[$field])) {
|
||||
echo " <input type='hidden' name='$field' value='".$$field."'>\n";
|
||||
$array = explode(",", $field);
|
||||
$field_name = $array[count($array) - 1];
|
||||
echo " <input type='hidden' name='$field_name' value='".$$field_name."'>\n";
|
||||
}
|
||||
}
|
||||
if (isset($order_by)) {
|
||||
|
||||
Reference in New Issue
Block a user