summaryrefslogtreecommitdiff
path: root/Wrapper/Functions/func_register.php
diff options
context:
space:
mode:
authorDebulois <quentin@debulois.fr>2022-03-13 12:42:37 +0100
committerDebulois <quentin@debulois.fr>2022-03-13 12:42:37 +0100
commit473e6eb56ca1211be05d2b5fd814710f2ff78d38 (patch)
tree4544b6c5c2ecaa3198d3583520f3199d7c056ed4 /Wrapper/Functions/func_register.php
parent497ce42637ebaad0c388d309d6b5bbf91db2dfa4 (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_register.php')
-rw-r--r--Wrapper/Functions/func_register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrapper/Functions/func_register.php b/Wrapper/Functions/func_register.php
index 6a081a9..8482752 100644
--- a/Wrapper/Functions/func_register.php
+++ b/Wrapper/Functions/func_register.php
@@ -4,7 +4,7 @@
// ****************************************************************************
function register($email, $password, $is_client, $is_pro, $is_admin) {
$dbuser = new DbUser;
- $registered = $dbuser->add_user($email,
+ $registered = $dbuser->user_register($email,
$password,
$is_client,
$is_pro,