mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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:
parent
694471feca
commit
e4f6f2019c
1 changed files with 2 additions and 1 deletions
|
@ -583,8 +583,9 @@ else
|
|||
|
||||
$template->pparse("body");
|
||||
|
||||
$db->sql_close();
|
||||
exit;
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
Loading…
Add table
Reference in a new issue