mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Comment out called to OLD sync function
This commit is contained in:
parent
137fe5c1eb
commit
f777cf6c87
@ -96,7 +96,7 @@
|
||||
else
|
||||
{
|
||||
$phpgw_info['user']['passwd'] = $phpgw->auth->change_password($o_passwd, $n_passwd);
|
||||
$phpgw->accounts->sync();
|
||||
//$phpgw->accounts->sync();
|
||||
Header('Location: ' . $phpgw->link('/preferences/index.php','cd=18'));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user