mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-01 20:34:20 +01:00
change table name to phpgw_app_sessions ;)
This commit is contained in:
parent
2fc187693b
commit
1a0b164b8b
@ -10,7 +10,7 @@
|
|||||||
$tables[] = 'phpgw_config';
|
$tables[] = 'phpgw_config';
|
||||||
$tables[] = 'phpgw_categories';
|
$tables[] = 'phpgw_categories';
|
||||||
$tables[] = 'phpgw_applications';
|
$tables[] = 'phpgw_applications';
|
||||||
$tables[] = 'phpgw_ass_sessions';
|
$tables[] = 'phpgw_app_sessions';
|
||||||
$tables[] = 'phpgw_accounts';
|
$tables[] = 'phpgw_accounts';
|
||||||
$tables[] = 'phpgw_access_log';
|
$tables[] = 'phpgw_access_log';
|
||||||
$tables[] = 'phpgw_lang';
|
$tables[] = 'phpgw_lang';
|
||||||
|
Loading…
Reference in New Issue
Block a user