diff options
Diffstat (limited to 'app/helpers.php')
| -rw-r--r-- | app/helpers.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers.php b/app/helpers.php index 7214626..e83d534 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -188,6 +188,7 @@ function getChangeSeasonOptions() { season_name != "" AND season_year IS NOT NULL - ORDER BY season_year DESC, FIELD(season_name, ' . getFieldSeasonName() . ') ASC' + ORDER BY season_year DESC, FIELD(season_name, "Winter", "Spring", "Summer", "Fall") DESC' ); + #ORDER BY season_year DESC, FIELD(season_name, ' . getFieldSeasonName() . ') ASC' } |
