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
This commit is contained in:
Paul S. Owen 2002-05-17 22:58:18 +00:00
parent 694471feca
commit e4f6f2019c

View file

@ -583,6 +583,7 @@ else
$template->pparse("body"); $template->pparse("body");
$db->sql_close();
exit; exit;
} }