From 31957abeb16038ff87be27834dce05c6dcbc9e77 Mon Sep 17 00:00:00 2001 From: erangamapa Date: Sat, 6 Apr 2013 22:29:32 +0530 Subject: [PATCH] [ticket/11271] Removing unnecessary database object Removed unnecessary global database object from 'feed_generate_content' Method. PHPBB3-11271 --- phpBB/feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/feed.php b/phpBB/feed.php index 6a83bba562..1b854c1705 100644 --- a/phpBB/feed.php +++ b/phpBB/feed.php @@ -279,7 +279,7 @@ function feed_format_date($time) **/ function feed_generate_content($content, $uid, $bitfield, $options, $forum_id, $post_attachments) { - global $user, $db, $config, $phpbb_root_path, $phpEx, $board_url; + global $user, $config, $phpbb_root_path, $phpEx, $board_url; if (empty($content)) {