forked from extern/egroupware
Admin: Reset created / modified when copying account
This commit is contained in:
parent
b78971a5c5
commit
9e8073df2e
@ -275,6 +275,10 @@ class admin_account
|
||||
$account[$field] ='';
|
||||
$preserve[$field] = '';
|
||||
}
|
||||
$account['creator'] = $ab_ui->user;
|
||||
$account['created'] = $ab_ui->now_su;
|
||||
$account['modified'] = '';
|
||||
$account['modifier'] = '';
|
||||
$account['link_to']['to_id'] = 0;
|
||||
unset($preserve['old_account']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user