mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 14:11:29 +01:00
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)
|
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__);
|
$this->db->query("delete from phpgw_config where config_app='" . $this->appname . "'",__LINE__,__FILE__);
|
||||||
if($this->appname == 'phpgwapi')
|
if($this->appname == 'phpgwapi')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user