From 731cdbec512041f4bdcac4e6256bd921b617c15b Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 4 Jul 2011 15:09:35 +0000 Subject: [PATCH] Enable import CSV plugin, but remove default definition. Admin can create it if needed --- calendar/setup/importexport_default.xml | 59 ------------------- ...lass.importexport_helper_functions.inc.php | 3 - 2 files changed, 62 deletions(-) diff --git a/calendar/setup/importexport_default.xml b/calendar/setup/importexport_default.xml index 7009af46ef..57ec33db00 100644 --- a/calendar/setup/importexport_default.xml +++ b/calendar/setup/importexport_default.xml @@ -42,65 +42,6 @@ 2011-05-24 10:00:00 - - import-calendar-csv - calendar - calendar_import_csv - import - - Admins - - - ; - user - 1 - - owner - category - priority - public - title - description - location - reference - modifier - non_blocking - special - creator - recurrence - tz_id - start - end - participants - participants-c - no_csv_1 - no_csv_2 - no_csv_3 - - - owner - category - priority - public - title - description - location - reference - modifier - non_blocking - special - creator - recurrence - tz_id - start - end - participants - participants-c - - - - 2011-05-24 10:00:00 - import-calendar-ical calendar diff --git a/importexport/inc/class.importexport_helper_functions.inc.php b/importexport/inc/class.importexport_helper_functions.inc.php index cfb2fd798e..8375ce90a1 100755 --- a/importexport/inc/class.importexport_helper_functions.inc.php +++ b/importexport/inc/class.importexport_helper_functions.inc.php @@ -29,9 +29,6 @@ class importexport_helper_functions { 'news_admin' => array( 'class.news_admin_import.inc.php', ), - 'calendar' => array( - 'class.calendar_import_csv.inc.php' - ), ); /**