CDR: Remove duplicate hidden input for show all.
This commit is contained in:
parent
8ce40ea768
commit
e0ea637184
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue