Code Duplication    Length = 9-11 lines in 2 locations

table-output.php 2 locations

@@ 211-219 (lines=9) @@
208
		
209
		if (strtolower($current_page) == "date")
210
		{
211
			if ($_GET['sort'] == "date_asc")
212
			{
213
				print '<th class="time">'._("Time").'</th>';
214
			} else if ($_GET['sort'] == "date_desc")
215
			{
216
				print '<th class="time">'._("Time").'</th>';
217
			} else {
218
				print '<th class="time">'._("Time").'</th>';
219
			}
220
		} elseif (strtolower($current_page) == "currently") {
221
			if ($_GET['sort'] == "date_asc")
222
			{
@@ 220-230 (lines=11) @@
217
			} else {
218
				print '<th class="time">'._("Time").'</th>';
219
			}
220
		} elseif (strtolower($current_page) == "currently") {
221
			if ($_GET['sort'] == "date_asc")
222
			{
223
				print '<th class="time">'._("Date first seen").'</th>';
224
			} else if ($_GET['sort'] == "date_desc")
225
			{
226
				print '<th class="time">'._("Date first seen").'</th>';
227
			} else {
228
				print '<th class="time">'._("Date first seen").'</th>';
229
			}
230
		} else {
231
			if ($_GET['sort'] == "date_asc")
232
			{
233
				print '<th class="time">'._("Date").'</th>';