From 8b36069bbf8c57bd569d4a6c29a0ff297d992c10 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 8 May 2002 13:04:27 +0000 Subject: [PATCH] commenting out clearing of app_session for now --- setup/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/index.php b/setup/index.php index 8b0d07f5a6..bd7be8a122 100644 --- a/setup/index.php +++ b/setup/index.php @@ -73,7 +73,7 @@ $GLOBALS['phpgw_setup']->loaddb(); /* Add cleaning of app_sessions per skeeter, but with a check for the table being there, just in case */ - $GLOBALS['phpgw_setup']->clear_session_cache(); + /* $GLOBALS['phpgw_setup']->clear_session_cache(); */ // Database actions $setup_info = $GLOBALS['phpgw_setup']->detection->get_versions();