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