diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-07-03 07:36:17 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-07-03 07:36:17 +0000 |
| commit | a503c1e2365fa03c9267aa6da7be19a79c65b8a6 (patch) | |
| tree | 677bfffc3e70b66192764ecb058477aba5adb0f1 /admin | |
| parent | 04b7320399dae6a2b4889ac18992dea6acd565f0 (diff) | |
| download | calendar-a503c1e2365fa03c9267aa6da7be19a79c65b8a6.tar.gz calendar-a503c1e2365fa03c9267aa6da7be19a79c65b8a6.tar.bz2 calendar-a503c1e2365fa03c9267aa6da7be19a79c65b8a6.zip | |
Keep contentTypes in alphabetical order
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_calendar_inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/admin_calendar_inc.php b/admin/admin_calendar_inc.php index 50155e0..574ffba 100644 --- a/admin/admin_calendar_inc.php +++ b/admin/admin_calendar_inc.php @@ -35,6 +35,7 @@ foreach( $gLibertySystem->mContentTypes as $cType ) { $calendarChecks[] = $option; $calendarTypeDefaults[$option] = $cType['content_description']; } +asort($calendarTypeDefaults); $gBitSmarty->assign('calendarTypeDefaults', $calendarTypeDefaults); // this function only exists if it's been included by the index.php page. if |
