mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
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
@ -19,7 +19,9 @@
|
||||
|
||||
function add_user($userData)
|
||||
{
|
||||
$userData['account_expires'] = $userData['expires'];
|
||||
$userData['account_expires'] = $userData['expires'];
|
||||
$userData['account_email'] = $userData['email'];
|
||||
|
||||
$GLOBALS['phpgw']->db->lock(
|
||||
Array(
|
||||
'phpgw_accounts',
|
||||
|
Loading…
Reference in New Issue
Block a user