Lock app_sessions table in config class, and show preferences config in setup3

This commit is contained in:
Miles Lott 2001-06-23 04:37:31 +00:00
parent 36ee6b1dc2
commit 5304ec67f1

View File

@ -55,7 +55,7 @@
if ($config_data)
{
$this->db->lock('phpgw_config');
$this->db->lock(array('phpgw_config','phpgw_app_sessions'));
$this->db->query("delete from phpgw_config where config_app='" . $this->appname . "'",__LINE__,__FILE__);
if($this->appname == 'phpgwapi')
{