2
0
forked from Wavyzz/dolibarr

Merge pull request #27655 from thibdrev/patch-7

qual: phpstan
This commit is contained in:
Laurent Destailleur
2024-01-19 16:27:48 +01:00
committed by GitHub

View File

@@ -61,7 +61,7 @@ if (!$sortfield) {
$sortfield = "email";
}
$id = GETPOST('id', 'int');
$id = GETPOSTINT('id');
$rowid = GETPOST('rowid', 'int');
$action = GETPOST('action', 'aZ09');
$search_nom = GETPOST("search_nom");