Fix: Regression
This commit is contained in:
parent
d4d598d0aa
commit
3641a4b5bb
@ -52,7 +52,7 @@ $search_login=GETPOST("search_login");
|
|||||||
$type=GETPOST("type");
|
$type=GETPOST("type");
|
||||||
$search_email=GETPOST("search_email");
|
$search_email=GETPOST("search_email");
|
||||||
$search_categ=GETPOST("search_categ");
|
$search_categ=GETPOST("search_categ");
|
||||||
$sall=GETPOST("sall",'int');
|
$sall=GETPOST("sall");
|
||||||
|
|
||||||
if (GETPOST("button_removefilter"))
|
if (GETPOST("button_removefilter"))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user