Changeset 1562
- Timestamp:
- 03/18/08 01:22:56 (2 months ago)
- Files:
-
- branches/punbb-1.3-dev/upload/viewtopic.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/punbb-1.3-dev/upload/viewtopic.php
r1560 r1562 229 229 } 230 230 231 if ($pun_user['is_guest'] && !$pun_user['may_post'])231 if ($pun_user['is_guest'] && (($cur_topic['post_replies'] == '' && $pun_user['g_post_replies'] == '0') || $cur_topic['post_replies'] == '0')) 232 232 $pun_page['main_foot_options'][] = sprintf($lang_topic['Topic login nag'], '<a href="'.pun_link($pun_url['login']).'">'.strtolower($lang_common['Login']).'</a>', '<a href="'.pun_link($pun_url['register']).'">'.strtolower($lang_common['Register']).'</a>'); 233 233
