mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Update xml_cdr_details.php
This commit is contained in:
@@ -88,7 +88,6 @@
|
||||
//parse the xml to get the call detail record info
|
||||
try {
|
||||
if ($format == 'json') {
|
||||
$json_string = stripcslashes($json_string);
|
||||
$array = json_decode($json_string,true);
|
||||
}
|
||||
if ($format == 'xml') {
|
||||
|
||||
Reference in New Issue
Block a user