mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update xml_cdr_extension_summary.php
Extensio Summary - Change the default to today instead of last 7 days.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
$start_stamp_begin = check_str($_REQUEST['start_stamp_begin']);
|
||||
$start_stamp_end = check_str($_REQUEST['start_stamp_end']);
|
||||
$include_internal = check_str($_REQUEST['include_internal']);
|
||||
$quick_select = (sizeof($_REQUEST) == 0) ? 1 : $quick_select; //set default
|
||||
$quick_select = (sizeof($_REQUEST) == 0) ? 3 : $quick_select; //set default
|
||||
|
||||
//get the summary
|
||||
$cdr = new xml_cdr;
|
||||
|
||||
Reference in New Issue
Block a user