Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117418 | Differences between
and this patch

Collapse All | Expand All

(-)viewforum.php.orig (+3 lines)
Lines 692-697 Link Here
692
		$topic_author .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? '</a>' : '';
692
		$topic_author .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? '</a>' : '';
693
693
694
		$first_post_time = create_date($board_config['default_dateformat'], $topic_rowset[$i]['topic_time'], $board_config['board_timezone']);
694
		$first_post_time = create_date($board_config['default_dateformat'], $topic_rowset[$i]['topic_time'], $board_config['board_timezone']);
695
		
696
		$authored_date = explode(" ", $first_post_time);
695
697
696
		$last_post_time = create_date($board_config['default_dateformat'], $topic_rowset[$i]['post_time'], $board_config['board_timezone']);
698
		$last_post_time = create_date($board_config['default_dateformat'], $topic_rowset[$i]['post_time'], $board_config['board_timezone']);
697
699
Lines 718-723 Link Here
718
			'TOPIC_TYPE' => $topic_type,
720
			'TOPIC_TYPE' => $topic_type,
719
			'VIEWS' => $views,
721
			'VIEWS' => $views,
720
			'FIRST_POST_TIME' => $first_post_time, 
722
			'FIRST_POST_TIME' => $first_post_time, 
723
			'AUTHORED_DATE' => $authored_date[1] . ' ' . $authored_date[3],
721
			'LAST_POST_TIME' => $last_post_time, 
724
			'LAST_POST_TIME' => $last_post_time, 
722
			'LAST_POST_AUTHOR' => $last_post_author, 
725
			'LAST_POST_AUTHOR' => $last_post_author, 
723
			'LAST_POST_IMG' => $last_post_url, 
726
			'LAST_POST_IMG' => $last_post_url, 

Return to bug 117418