CDR: Remove duplicate hidden input for show all.

This commit is contained in:
Nate 2020-02-07 08:41:13 -07:00
parent 8ce40ea768
commit e0ea637184
1 changed files with 1 additions and 4 deletions

View File

@ -194,9 +194,6 @@
//basic search of call detail records
if (permission_exists('xml_cdr_search')) {
echo "<form method='get' action=''>\n";
if (permission_exists('xml_cdr_all') && $_REQUEST['show'] == 'all') {
echo "<input type='hidden' name='show' value='all'>\n";
}
echo "<div class='form_grid'>\n";