Closed joehoyle closed 7 years ago
Currently the code is doing an isset on the $_POST to check if the user was mapped, however this value is always isset because the HTML form field is always present, it's just set to "0" ("- Select -").
isset
$_POST
This looks good to me.
Currently the code is doing an
isset
on the$_POST
to check if the user was mapped, however this value is alwaysisset
because the HTML form field is always present, it's just set to "0" ("- Select -").