Update functions.php

This commit is contained in:
Nate 2019-09-09 06:06:53 -06:00
parent 26fbe226b4
commit d6b2e883f4
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@
if (valid_email($user_email)) {
$array['users'][0]['user_email'] = $user_email;
}
$array['users'][0]['add_date'] = now();
$array['users'][0]['add_date'] = 'now()';
$array['users'][0]['add_user'] = $_SESSION["username"];
//build user group insert array