mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Added session_dla field to phpgw_app_sessions to make sure things get cleaned up
This commit is contained in:
@ -77,7 +77,8 @@
|
||||
loginid varchar(20),
|
||||
location varchar(255),
|
||||
app varchar(20),
|
||||
content text
|
||||
content text,
|
||||
session_dla int
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
@ -314,7 +315,7 @@
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre25';
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre26';
|
||||
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
||||
update_version_table();
|
||||
?>
|
||||
|
Reference in New Issue
Block a user