From a503c1e2365fa03c9267aa6da7be19a79c65b8a6 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Tue, 3 Jul 2007 07:36:17 +0000 Subject: Keep contentTypes in alphabetical order --- admin/admin_calendar_inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin') 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 -- cgit v1.3