Update xml_cdr_inc.php
This commit is contained in:
parent
87bca2e8c5
commit
a2d67d8e7a
|
|
@ -383,6 +383,7 @@
|
||||||
$sql .= "c.destination_number, \n";
|
$sql .= "c.destination_number, \n";
|
||||||
$sql .= "c.leg, \n";
|
$sql .= "c.leg, \n";
|
||||||
$sql .= "(c.xml IS NOT NULL OR c.json IS NOT NULL) AS raw_data_exists, \n";
|
$sql .= "(c.xml IS NOT NULL OR c.json IS NOT NULL) AS raw_data_exists, \n";
|
||||||
|
$sql .= "c.json, \n";
|
||||||
if (is_array($_SESSION['cdr']['field'])) {
|
if (is_array($_SESSION['cdr']['field'])) {
|
||||||
foreach ($_SESSION['cdr']['field'] as $field) {
|
foreach ($_SESSION['cdr']['field'] as $field) {
|
||||||
$array = explode(",", $field);
|
$array = explode(",", $field);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue