From e4f6f2019c9b5d89597c35bbd83cc8fce4c490c7 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 17 May 2002 22:58:18 +0000 Subject: [PATCH] Close DB connection for frameset ... overlooked that ... has this been causing the MySQL open connection problems I wonder? git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2593 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index 848b680675..3b5d4d573c 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -583,8 +583,9 @@ else $template->pparse("body"); + $db->sql_close(); exit; } -?> +?> \ No newline at end of file