Get the extensions then the summary array.
This commit is contained in:
parent
d2d0e1f6e6
commit
f341277148
|
|
@ -60,8 +60,8 @@
|
||||||
$cdr->start_stamp_end = $start_stamp_end;
|
$cdr->start_stamp_end = $start_stamp_end;
|
||||||
$cdr->include_internal = $include_internal;
|
$cdr->include_internal = $include_internal;
|
||||||
$cdr->quick_select = $quick_select;
|
$cdr->quick_select = $quick_select;
|
||||||
|
$extensions = $cdr->extensions;
|
||||||
$summary = $cdr->user_summary();
|
$summary = $cdr->user_summary();
|
||||||
$extensions = $cdr->extensions();
|
|
||||||
|
|
||||||
//page title and description
|
//page title and description
|
||||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue