forked from extern/egroupware
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_categories';
|
||||
$tables[] = 'phpgw_applications';
|
||||
$tables[] = 'phpgw_ass_sessions';
|
||||
$tables[] = 'phpgw_app_sessions';
|
||||
$tables[] = 'phpgw_accounts';
|
||||
$tables[] = 'phpgw_access_log';
|
||||
$tables[] = 'phpgw_lang';
|
||||
@ -20,4 +20,4 @@
|
||||
$hooks = Array();
|
||||
$hooks_string = implode (',', $hooks);
|
||||
$setup_info['phpgwapi']['hooks'] = $hooks_string;
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user