root/ip/trunk/viewtopic.php

155167
1398
		// Get thanks date
1398
		// Get thanks date
1399
		$thanks_date[$i] = create_date_ip($timeformat, $thanksrow[$i]['thanks_time'], $config['board_timezone'], true);
1399
		$thanks_date[$i] = create_date_ip($timeformat, $thanksrow[$i]['thanks_time'], $config['board_timezone'], true);
1400
		// Make thanker profile link
1400
		// Make thanker profile link
1401
		$thanks .= '<span class="gensmall">' . (($thanks != '') ? ', ' : '') . colorize_username($thanksrow[$i]['user_id'], $thanksrow[$i]['username'], $thanksrow[$i]['user_color'], $thanksrow[$i]['user_active']) . ' (' . $thanks_date[$i] . ')</span>';
1401
		$thanks .= (($thanks != '') ? ', ' : '') . colorize_username($thanksrow[$i]['user_id'], $thanksrow[$i]['username'], $thanksrow[$i]['user_color'], $thanksrow[$i]['user_active']) . ' (' . $thanks_date[$i] . ')';
1402
	}
1402
	}
1403
1403
1404
	$sql = "SELECT t.topic_poster, u.user_id, u.username, u.user_active, u.user_color
1404
	$sql = "SELECT t.topic_poster, u.user_id, u.username, u.user_active, u.user_color