1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-26 21:15:21 +02: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:
Paul S. Owen
2002-05-17 22:58:18 +00:00
parent 694471feca
commit e4f6f2019c

View File

@ -583,8 +583,9 @@ else
$template->pparse("body");
$db->sql_close();
exit;
}
?>
?>