diff options
Diffstat (limited to 'admin_trees_config.php')
| -rw-r--r-- | admin_trees_config.php | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/admin_trees_config.php b/admin_trees_config.php index 8d4d6ff9a7..62e31f26e2 100644 --- a/admin_trees_config.php +++ b/admin_trees_config.php @@ -30,19 +30,10 @@ require './includes/session.php'; $controller = new PageController; $controller->restrictAccess(Auth::isManager($WT_TREE)); +$calendars = array('none' => I18N::translate('No calendar conversion')) + Date::calendarNames(); -$calendars = array( - 'none' => I18N::translate('No calendar conversion'), - 'gregorian' => GregorianDate::calendarName(), - 'julian' => JulianDate::calendarName(), - 'french' => FrenchDate::calendarName(), - 'jewish' => JewishDate::calendarName(), - 'hijri' => HijriDate::calendarName(), - 'jalali' => JalaliDate::calendarName(), -); - -$french_calendar_start = new Date('22 SEP 1792'); -$french_calendar_end = new Date('31 DEC 1805'); +$french_calendar_start = new Date('22 SEP 1792'); +$french_calendar_end = new Date('31 DEC 1805'); $gregorian_calendar_start = new Date('15 OCT 1582'); $hide_show = array( |
