Fixed editaccount.php had the wrong table name

This commit is contained in:
jengo 2000-11-26 09:32:34 +00:00
parent 6b958db1fa
commit 68c5285a8c

View File

@ -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"];