tickets has been moved to a new plugin 'ticket'
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@657 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -218,16 +218,6 @@ void item_can_remove(Info & i)
|
||||
i.res = system->HasWriteAccess(*request->dir_tab.back());
|
||||
}
|
||||
|
||||
/*
|
||||
void item_info(Info & i)
|
||||
{
|
||||
if( static_cast<size_t>(locale.GetLang()) >= patterns.size() )
|
||||
return;
|
||||
|
||||
Ezc::Generator gen(i.out, patterns[locale.GetLang()][pat_item_info], ezc_functions);
|
||||
gen.Generate();
|
||||
}
|
||||
*/
|
||||
|
||||
void item_user(Info & i)
|
||||
{
|
||||
@@ -468,16 +458,6 @@ void item_tab_can_write(Info & i)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
void item_tab_info(Info & i)
|
||||
{
|
||||
if( static_cast<size_t>(locale.GetLang()) >= patterns.size() )
|
||||
return;
|
||||
|
||||
Ezc::Generator gen(i.out, patterns[locale.GetLang()][pat_item_tab_info], ezc_functions);
|
||||
gen.Generate();
|
||||
}
|
||||
*/
|
||||
|
||||
void item_tab_user(Info & i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user