added: to Rm function:
bool Rm::RemoveFileOrSymlink(long item_id, bool check_access) added: in ticket plugin: possibility to remove a file/image (not finished yet) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@924 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -298,13 +298,9 @@ void ticket_param_value_for_param_id(Info & i)
|
||||
|
||||
for( ; conf_index < space.spaces.size() ; ++conf_index)
|
||||
{
|
||||
log << log1 << "analizuje: " << space.spaces[conf_index]->Text(L"name") << logend;
|
||||
|
||||
if( space.spaces[conf_index]->name == L"param" &&
|
||||
space.spaces[conf_index]->Int(L"id") == id )
|
||||
{
|
||||
log << log1 << "znalazlem: " << space.spaces[conf_index]->Text(L"name") << logend;
|
||||
|
||||
value_for_param_id.Clear();
|
||||
value_for_param_id.is_param = true;
|
||||
value_for_param_id.config_par = space.spaces[conf_index];
|
||||
|
Reference in New Issue
Block a user