From af161e9c6c9514b5e17164c87088289aafd9ffb0 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Wed, 11 Feb 2009 21:41:40 +0100 Subject: [PATCH] [svn r18446] FS#2867: FCKEditor, the course agenda tool: Commenting obsolete settings of the online editor. In this case these settings are supported by the editor's php-integration file. --- main/calendar/agenda.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main/calendar/agenda.php b/main/calendar/agenda.php index fedf8a37f8..61b1b2f124 100644 --- a/main/calendar/agenda.php +++ b/main/calendar/agenda.php @@ -1,4 +1,4 @@ - '; } +/* +//TODO: This fragment of code is obsolete and is to be deleted. Ivan Tcholakov. //TODO: meet this fckeditor code and agenda.inc.php fckeditor code $fck_attribute['Config']['CreateDocumentDir'] = api_get_path('WEB_COURSE_PATH').$_course['path'].'/document/'; $fck_attribute['Config']['CreateDocumentWebDir'] = api_get_path('WEB_COURSE_PATH').$_course['path'].'/document/'; @@ -311,6 +313,7 @@ else { $upload_path = api_get_path(REL_PATH).'main/default_course_document/'; //TODO: check if this is correct or better main/upload/num_user/my_files } +*/ // THE RIGHT PART echo '';