﻿Index: date/date.install
===================================================================
RCS file: /cvs/drupal/contributions/modules/date/date/date.install,v
retrieving revision 1.21.2.19
diff -u -r1.21.2.19 date.install
--- date/date.install	25 May 2008 10:10:31 -0000	1.21.2.19
+++ date/date.install	28 May 2008 15:50:39 -0000
@@ -5,7 +5,7 @@
   // Updates happen in random order, whether or not the module is enabled,
   // so include critical code here just to be sure.
   include_once('./'. drupal_get_path('module', 'content') .'/content.module');
-  include_once('./'. drupal_get_path('module', 'content') .'/includes/content_admin.inc');
+  include_once('./'. drupal_get_path('module', 'content') .'/content_admin.inc');
   include_once('./'. drupal_get_path('module', 'date_api') .'/date_api.module');
   include_once('./'. drupal_get_path('module', 'date') .'/date.module');
   if (module_exists('views')) {