Added session_dla field to phpgw_app_sessions to make sure things get cleaned up

This commit is contained in:
jengo
2001-03-31 08:11:41 +00:00
parent 50f0184e76
commit 609f855217
6 changed files with 64 additions and 31 deletions

View File

@ -78,7 +78,8 @@
loginid varchar(20),
location varchar(255),
app varchar(20),
content text
content text,
session_dla int
)";
$phpgw_setup->db->query($sql);
@ -346,7 +347,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();
// $phpgw_setup->update_version_table();