aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/page_tail.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-02-22 21:40:02 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-02-22 21:40:02 +0000
commitacfee8f3f16416a1e68e359eb7412dfbbc697096 (patch)
treebf04994e39d3e5c735137986d706e21232e8c19c /phpBB/page_tail.php
parent4317bbe9be2be093d6f3c1d81ec82f81994812e8 (diff)
downloadforums-acfee8f3f16416a1e68e359eb7412dfbbc697096.tar
forums-acfee8f3f16416a1e68e359eb7412dfbbc697096.tar.gz
forums-acfee8f3f16416a1e68e359eb7412dfbbc697096.tar.bz2
forums-acfee8f3f16416a1e68e359eb7412dfbbc697096.tar.xz
forums-acfee8f3f16416a1e68e359eb7412dfbbc697096.zip
Implementing the total topics/posts/last post in forums table thing
git-svn-id: file:///svn/phpbb/trunk@20 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/page_tail.php')
-rw-r--r--phpBB/page_tail.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/page_tail.php b/phpBB/page_tail.php
index 6384f8fb76..2c9cfeb221 100644
--- a/phpBB/page_tail.php
+++ b/phpBB/page_tail.php
@@ -39,5 +39,6 @@ $template->set_var(array("PHPBB_VERSION" => "2.0-alpha",
"ADMIN_LINK" => $admin_link));
$template->pparse("output", "overall_footer");
-
+// Close our DB connection.
+$db->close();
?>