From 590a94523e3fb9dcb3adfbadf85378f067bc8904 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Mon, 11 Jan 2010 14:59:19 +0000 Subject: [PATCH] fixed: content type was always 'formatted text' (in emacs when creating a new item) git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@551 e52654a7-88a9-db11-a3e9-0013d4bc506e --- content/emacs.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/content/emacs.cpp b/content/emacs.cpp index ecdf414..0bf347e 100755 --- a/content/emacs.cpp +++ b/content/emacs.cpp @@ -51,7 +51,6 @@ void Content::PostFunEmacsAdd() request.item.privileges = 0644; // !! tymczasowo, bedzie uzyte umask request.item.parent_id = request.dir_table.back()->id; request.item.type = Item::file; - request.item.content_type = Item::ct_formatted_text;// !! tymczasowo formatted text // dates (creation and modification) is set by request.item.Clear() at the beginning