'tickets' can use 'threads' now
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@706 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -176,7 +176,6 @@ void Functions::CreateFunctions()
|
||||
Add(fun_chown);
|
||||
Add(fun_ckeditor);
|
||||
Add(fun_cp);
|
||||
Add(fun_createthread);
|
||||
Add(fun_default);
|
||||
Add(fun_download);
|
||||
Add(fun_emacs);
|
||||
@@ -196,7 +195,6 @@ void Functions::CreateFunctions()
|
||||
Add(fun_stat);
|
||||
Add(fun_subject);
|
||||
Add(fun_template);
|
||||
Add(fun_thread);
|
||||
Add(fun_tinymce);
|
||||
Add(fun_uname);
|
||||
Add(fun_upload);
|
||||
@@ -249,10 +247,12 @@ void Functions::SetDefaultFunctionForFile()
|
||||
|
||||
void Functions::SetDefaultFunctionForDir()
|
||||
{
|
||||
if( system->mounts.pmount->type == system->mounts.MountTypeThread() )
|
||||
request->function = &fun_thread;
|
||||
else
|
||||
request->function = &fun_ls;
|
||||
// !! nie potrzebne
|
||||
// if( system->mounts.pmount->type == system->mounts.MountTypeThread() )
|
||||
// request->function = &fun_thread;
|
||||
// else
|
||||
|
||||
request->function = &fun_ls;
|
||||
|
||||
log << log3 << "Functions: default function: " << request->function->fun.url << logend;
|
||||
}
|
||||
|
Reference in New Issue
Block a user