diff --git a/functions/functions.cpp b/functions/functions.cpp index 85d7ff5..85d9f8b 100644 --- a/functions/functions.cpp +++ b/functions/functions.cpp @@ -508,12 +508,14 @@ void Functions::ReadItemUrlSubject(Item & item, Item::Type item_type) if( new_subject ) item.subject = *new_subject; + /* if( item.subject.empty() ) { item.subject = cur->request->dir_tab.back()->subject; item.subject += L"_msg_"; Toa(db->Size(cur->request->dir_tab.back()->id, Item::file), item.subject, 10, false); } + */ if( new_url ) item.url = *new_url; diff --git a/templates/templates.cpp b/templates/templates.cpp index 354b689..eabc294 100644 --- a/templates/templates.cpp +++ b/templates/templates.cpp @@ -41,7 +41,7 @@ namespace Winix { - +// !! IMPROVE ME moze zamienic na EzcFunctions namespace TemplatesFunctions {