Comment out called to OLD sync function

This commit is contained in:
Miles Lott 2001-04-17 16:46:14 +00:00
parent 137fe5c1eb
commit f777cf6c87

View File

@ -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'));
}
}