mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Remove code that caused an error.
This commit is contained in:
@@ -186,7 +186,6 @@ if (!class_exists('xml_cdr')) {
|
|||||||
|
|
||||||
$this->fields();
|
$this->fields();
|
||||||
$field_count = sizeof($this->fields);
|
$field_count = sizeof($this->fields);
|
||||||
$row_count = sizeof($this->array);
|
|
||||||
//$field_count = sizeof($this->fields);
|
//$field_count = sizeof($this->fields);
|
||||||
$i = 0;
|
$i = 0;
|
||||||
if (isset($this->array)) {
|
if (isset($this->array)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user