From 5e5b3705a5ca7b66dfe386490c5570af88b49009 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Tue, 20 Dec 2011 07:32:11 -0500 Subject: Fixes #4211 removes calendar library --- engine/start.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/start.php') diff --git a/engine/start.php b/engine/start.php index 454dc7377..1decc5d80 100644 --- a/engine/start.php +++ b/engine/start.php @@ -92,7 +92,7 @@ $lib_files = array( // these need to be loaded first. 'database.php', 'actions.php', - 'admin.php', 'annotations.php', 'calendar.php', + 'admin.php', 'annotations.php', 'configuration.php', 'cron.php', 'entities.php', 'export.php', 'extender.php', 'filestore.php', 'group.php', 'location.php', 'mb_wrapper.php', 'memcache.php', 'metadata.php', @@ -102,8 +102,8 @@ $lib_files = array( 'statistics.php', 'tags.php', 'user_settings.php', 'users.php', 'upgrade.php', 'web_services.php', 'widgets.php', 'xml.php', - //backwards compatibility - 'deprecated-1.7.php', 'deprecated-1.8.php', + // backward compatibility + 'deprecated-1.7.php', 'deprecated-1.8.php', 'deprecated-1.9.php' ); foreach ($lib_files as $file) { -- cgit v1.2.3