mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
Started moving the cache for the phpgw_info array over to appsessions() .... some things aren't working correclty yet. mainly preferences
This commit is contained in:
@ -82,10 +82,11 @@
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$sql = "CREATE TABLE phpgw_app_sessions (
|
||||
sessionid varchar(255) NOT NULL,
|
||||
loginid varchar(20),
|
||||
app varchar(20),
|
||||
content text
|
||||
sessionid varchar(255) NOT NULL,
|
||||
loginid varchar(20),
|
||||
location varchar(255),
|
||||
app varchar(20),
|
||||
content text
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
|
Reference in New Issue
Block a user