diff --git a/assets/php/utils.php b/assets/php/utils.php index 62a80bb..16ab4d6 100644 --- a/assets/php/utils.php +++ b/assets/php/utils.php @@ -199,5 +199,4 @@ function add_user($email, $first_name, $last_name, $clear_password) $query->bindValue(":password", $password_hash); $query->bindValue(":public_id", generate_random_string()); return $query->execute(); - return false; }