forked from extern/egroupware
add email address also for new accounts
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270672
This commit is contained in:
parent
940deb08a9
commit
cf3f10911e
@ -20,6 +20,8 @@
|
|||||||
function add_user($userData)
|
function add_user($userData)
|
||||||
{
|
{
|
||||||
$userData['account_expires'] = $userData['expires'];
|
$userData['account_expires'] = $userData['expires'];
|
||||||
|
$userData['account_email'] = $userData['email'];
|
||||||
|
|
||||||
$GLOBALS['phpgw']->db->lock(
|
$GLOBALS['phpgw']->db->lock(
|
||||||
Array(
|
Array(
|
||||||
'phpgw_accounts',
|
'phpgw_accounts',
|
||||||
|
Loading…
Reference in New Issue
Block a user