Fix xml cdr export show all.
This commit is contained in:
parent
a579f82192
commit
4eb8d5c53f
|
|
@ -122,7 +122,7 @@
|
||||||
echo " <input type='hidden' name='order_by' value='".$order_by."'>\n";
|
echo " <input type='hidden' name='order_by' value='".$order_by."'>\n";
|
||||||
echo " <input type='hidden' name='order' value='".$order."'>\n";
|
echo " <input type='hidden' name='order' value='".$order."'>\n";
|
||||||
}
|
}
|
||||||
if (permission_exists('xml_cdr_all' && $_REQUEST['showall'] == 'true')) {
|
if (permission_exists('xml_cdr_all') && $_REQUEST['showall'] == 'true') {
|
||||||
echo " <input type='hidden' name='showall' value='true'>\n";
|
echo " <input type='hidden' name='showall' value='true'>\n";
|
||||||
}
|
}
|
||||||
echo " <table cellpadding='0' cellspacing='0' border='0'>\n";
|
echo " <table cellpadding='0' cellspacing='0' border='0'>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue