diff options
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 |
