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
This commit is contained in:
Tomasz Sowa 2010-01-11 14:59:19 +00:00
parent 3c95b84633
commit 590a94523e
1 changed files with 0 additions and 1 deletions

View File

@ -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