From 1a0b164b8b4b5499365ab3401e527cf3c82ab678 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sat, 19 May 2001 15:39:17 +0000 Subject: [PATCH] change table name to phpgw_app_sessions ;) --- phpgwapi/setup/setup.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/setup/setup.inc.php b/phpgwapi/setup/setup.inc.php index 8b744f6cbc..c6db116baf 100755 --- a/phpgwapi/setup/setup.inc.php +++ b/phpgwapi/setup/setup.inc.php @@ -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; -?> \ No newline at end of file +?>