Changeset 1569

Show
Ignore:
Timestamp:
03/20/08 19:21:59 (2 months ago)
Author:
Neal
Message:

Fixed a missing parenthesis in [1568].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/punbb-1.3-dev/upload/search.php

    r1568 r1569  
    997997                        if (!$pun_user['is_guest'] && $search_set[$i]['last_post'] > $pun_user['last_visit'] && (!isset($tracked_topics['topics'][$search_set[$i]['tid']]) || $tracked_topics['topics'][$search_set[$i]['tid']] < $search_set[$i]['last_post']) && (!isset($tracked_topics['forums'][$search_set[$i]['forum_id']]) || $tracked_topics['forums'][$search_set[$i]['forum_id']] < $search_set[$i]['last_post'])) 
    998998                        { 
    999                                 $pun_page['item_nav'][] = '<a href="'.pun_link($pun_url['topic_new_posts'], array($search_set[$i]['tid'], sef_friendly($search_set[$i]['subject'])).'" title="'.$lang_forum['New posts info'].'">'.$lang_common['New posts'].'</a>'; 
     999                                $pun_page['item_nav'][] = '<a href="'.pun_link($pun_url['topic_new_posts'], array($search_set[$i]['tid'], sef_friendly($search_set[$i]['subject']))).'" title="'.$lang_forum['New posts info'].'">'.$lang_common['New posts'].'</a>'; 
    10001000                                $pun_page['item_status'][] = 'new'; 
    10011001                        }