Merge remote-tracking branch 'p/ticket/10136' into develop

* p/ticket/10136:
  [ticket/10136] Added missing $request globalizations in functions.php.
This commit is contained in:
Igor Wiedler 2011-04-11 07:01:57 +02:00
commit 6dd0e40d02

View file

@ -1344,7 +1344,7 @@ function get_topic_tracking($forum_id, $topic_ids, &$rowset, $forum_mark_time, $
*/
function get_complete_topic_tracking($forum_id, $topic_ids, $global_announce_list = false)
{
global $config, $user;
global $config, $user, $request;
$last_read = array();
@ -1586,7 +1586,7 @@ function get_unread_topics($user_id = false, $sql_extra = '', $sql_sort = '', $s
*/
function update_forum_tracking_info($forum_id, $forum_last_post_time, $f_mark_time = false, $mark_time_forum = false)
{
global $db, $tracking_topics, $user, $config;
global $db, $tracking_topics, $user, $config, $request;
// Determine the users last forum mark time if not given.
if ($mark_time_forum === false)