Get the extensions then the summary array.

This commit is contained in:
markjcrane
2016-06-05 17:53:12 -06:00
parent 32e43d942f
commit 1c67d0baee

View File

@@ -60,8 +60,8 @@
$cdr->start_stamp_end = $start_stamp_end;
$cdr->include_internal = $include_internal;
$cdr->quick_select = $quick_select;
$extensions = $cdr->extensions;
$summary = $cdr->user_summary();
$extensions = $cdr->extensions();
//page title and description
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";