forked from extern/egroupware
Lock app_sessions table in config class, and show preferences config in setup3
This commit is contained in:
parent
36ee6b1dc2
commit
5304ec67f1
@ -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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user