Parcourir la source

! Mantis bug 1288, forcing ordering of table not to be based arbitrary row order, or insertion order but name followed by date

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer il y a 11 ans
Parent
commit
03cb0e1e27
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Sources/ManageCalendar.php

+ 2 - 2
Sources/ManageCalendar.php

@@ -127,8 +127,8 @@ function ModifyHolidays()
 					),
 				),
 				'sort' => array(
-					'default' => 'title',
-					'reverse' => 'title DESC',
+					'default' => 'title ASC, event_date ASC',
+					'reverse' => 'title DESC, event_date ASC',
 				)
 			),
 			'date' => array(