mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update functions.php
This commit is contained in:
@@ -608,7 +608,7 @@
|
|||||||
if (valid_email($user_email)) {
|
if (valid_email($user_email)) {
|
||||||
$array['users'][0]['user_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"];
|
$array['users'][0]['add_user'] = $_SESSION["username"];
|
||||||
|
|
||||||
//build user group insert array
|
//build user group insert array
|
||||||
|
|||||||
Reference in New Issue
Block a user