diff options
| author | Debulois <quentin@debulois.fr> | 2022-03-13 12:42:37 +0100 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-03-13 12:42:37 +0100 |
| commit | 473e6eb56ca1211be05d2b5fd814710f2ff78d38 (patch) | |
| tree | 4544b6c5c2ecaa3198d3583520f3199d7c056ed4 /Wrapper/Functions/func_info.php | |
| parent | 497ce42637ebaad0c388d309d6b5bbf91db2dfa4 (diff) | |
Mise ç jour de pas mal de chose et ajout de la possibilité de pouvoir ajouter/supprimer des catégories d'emploi
Diffstat (limited to 'Wrapper/Functions/func_info.php')
| -rw-r--r-- | Wrapper/Functions/func_info.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrapper/Functions/func_info.php b/Wrapper/Functions/func_info.php index d883d86..97c12c5 100644 --- a/Wrapper/Functions/func_info.php +++ b/Wrapper/Functions/func_info.php @@ -6,7 +6,7 @@ function modify_user_info($lastname, $firstname, $job, $degree, $capabilty, $description, $phoneNumber, $adress, $zipCode, $city, $userId) { $dbuser = new DbUser; - $dbuser->update_user_info($lastname, $firstname, $job, $degree, + $dbuser->user_infos_update($lastname, $firstname, $job, $degree, $capabilty, $description, $phoneNumber, $adress, $zipCode, $city, $userId); // Redirection vers message avec l'index du message à afficher. |
