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:
jengo
2001-02-08 04:42:44 +00:00
parent 5b6ff99f40
commit 2ebd03ec7d
8 changed files with 166 additions and 146 deletions

View File

@ -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);