FIX - removefilter
This commit is contained in:
parent
74e29767da
commit
9c6dd0f5df
@ -247,6 +247,8 @@ if (empty($reshook)) {
|
|||||||
|
|
||||||
// Purge search criteria
|
// Purge search criteria
|
||||||
if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETPOST('button_removefilter', 'alpha')) { // All tests are required to be compatible with all browsers
|
if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETPOST('button_removefilter', 'alpha')) { // All tests are required to be compatible with all browsers
|
||||||
|
$productonly = '';
|
||||||
|
$disablelinefree = '';
|
||||||
$search_categ = '';
|
$search_categ = '';
|
||||||
$search_user = '';
|
$search_user = '';
|
||||||
$search_sale = '';
|
$search_sale = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user