Update type.php

This commit is contained in:
ptibogxiv 2021-07-26 14:30:38 +02:00 committed by GitHub
parent a08b63d561
commit cfdcad0077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,8 @@ $action = GETPOST('action', 'aZ09');
$cancel = GETPOST('cancel', 'alpha');
$backtopage = GETPOST('backtopage', 'alpha');
$sall = GETPOST("filter", "alpha");
$filter = GETPOST("sall", 'alpha');
$search_lastname = GETPOST('search_lastname', 'alpha');
$search_login = GETPOST('search_login', 'alpha');
$search_email = GETPOST('search_email', 'alpha');