Update xml_cdr_details.php
This commit is contained in:
parent
1e7ecf9a5f
commit
0ea32e4140
|
|
@ -43,8 +43,8 @@
|
||||||
$text = $language->get();
|
$text = $language->get();
|
||||||
|
|
||||||
//get the http values and set them to a variable
|
//get the http values and set them to a variable
|
||||||
if (strlen($_REQUEST["uuid"]) > 0) {
|
if (strlen($_REQUEST["id"]) > 0) {
|
||||||
$uuid = trim($_REQUEST["uuid"]);
|
$uuid = trim($_REQUEST["id"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
//get the cdr string from the database
|
//get the cdr string from the database
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue