'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:
@@ -147,7 +147,9 @@ void Rm::RemoveFileOrSymlink(Item & item)
|
||||
|
||||
TemplatesFunctions::pattern_cacher.DeletePattern(item);
|
||||
plugin.Call(WINIX_FILE_REMOVED, item.id);
|
||||
db->EditThreadRemoveItem(item.parent_id);
|
||||
|
||||
// !! nie potrzebne
|
||||
//db->EditThreadRemoveItem(item.parent_id);
|
||||
|
||||
if( item.file_type != WINIX_ITEM_FILETYPE_NONE )
|
||||
RemoveStaticFile(item);
|
||||
@@ -182,7 +184,9 @@ void Rm::RemoveDirTree(long dir_id)
|
||||
if( db->DelDirById(dir_id) == WINIX_ERR_OK )
|
||||
{
|
||||
system->dirs.DelDir(dir_id);
|
||||
db->RemoveThread(dir_id);
|
||||
|
||||
// !! nie potrzebne
|
||||
//db->RemoveThread(dir_id);
|
||||
|
||||
plugin.Call(WINIX_DIR_REMOVED, dir_id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user