removed some thread and ticket information from request
they are in FunThread and FunTicket classes now added funtion FunUptime (I forgot about it) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@631 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -162,10 +162,10 @@ void Cp::CpPrepare()
|
||||
void Cp::CpFilesInDir(const Item & dir, long dst_dir_id)
|
||||
{
|
||||
cp_iq.WhereParentId(dir.id);
|
||||
db->GetItems(request->item_table, cp_iq);
|
||||
db->GetItems(request->item_tab, cp_iq);
|
||||
|
||||
for(size_t i=0 ; i<request->item_table.size() ; ++i)
|
||||
CpItem(request->item_table[i], dst_dir_id);
|
||||
for(size_t i=0 ; i<request->item_tab.size() ; ++i)
|
||||
CpItem(request->item_tab[i], dst_dir_id);
|
||||
}
|
||||
|
||||
|
||||
@@ -315,9 +315,9 @@ void Cp::MakePost()
|
||||
cp_remove_defaults = request->IsPostVar("removedefaults");
|
||||
|
||||
if( request->IsPostVar("onlycontent") )
|
||||
CpContentOfDirCheck(*request->dir_table.back());
|
||||
CpContentOfDirCheck(*request->dir_tab.back());
|
||||
else
|
||||
CpDirCheck(*request->dir_table.back());
|
||||
CpDirCheck(*request->dir_tab.back());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user