Browse Source

! Add sorting to the time col of the show attachments list

Signed-off-by: Spuds <[email protected]>
Spuds 12 years ago
parent
commit
da83fc5838
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Sources/Profile-View.php

+ 4 - 0
Sources/Profile-View.php

@@ -606,6 +606,10 @@ function showAttachments($memID)
 					'db' => 'posted',
 					'timeformat' => true,
 				),
+				'sort' => array(
+					'default' => 'm.poster_time',
+					'reverse' => 'm.poster_time DESC',
+				),
 			),
 		),
 	);