mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
Comment out called to OLD sync function
This commit is contained in:
parent
137fe5c1eb
commit
f777cf6c87
@ -96,8 +96,8 @@
|
|||||||
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