diff options
Diffstat (limited to '')
-rw-r--r-- | category.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/category.php b/category.php index 7e2a037f5..a28601e10 100644 --- a/category.php +++ b/category.php @@ -410,7 +410,6 @@ if ( isset ( $page['cat'] ) ) } //------------------------------------------------------------ log informations pwg_log( 'category', $page['title'] ); -mysql_close(); $template->parse('category'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); |