mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update functions.php
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user