forked from extern/egroupware
Fixed editaccount.php had the wrong table name
This commit is contained in:
parent
6b958db1fa
commit
68c5285a8c
@ -109,7 +109,7 @@
|
||||
{
|
||||
global $phpgw_info, $phpgw;
|
||||
|
||||
$phpgw->db->lock(array('accounts','preferences','sessions'));
|
||||
$phpgw->db->lock(array("accounts","preferences","phpgw_sessions"));
|
||||
|
||||
// $lid = $account_info["loginid"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user