diff options
| author | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-22 21:40:02 +0000 |
|---|---|---|
| committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-22 21:40:02 +0000 |
| commit | acfee8f3f16416a1e68e359eb7412dfbbc697096 (patch) | |
| tree | bf04994e39d3e5c735137986d706e21232e8c19c /phpBB/page_tail.php | |
| parent | 4317bbe9be2be093d6f3c1d81ec82f81994812e8 (diff) | |
| download | forums-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.php | 3 |
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(); ?> |
