* modify file delete code of module story, task, doc, bug, testcase.
This commit is contained in:
@@ -534,13 +534,6 @@ class bug extends control
|
||||
}
|
||||
}
|
||||
|
||||
/* 删除一个文件。*/
|
||||
public function deleteFile($fileID)
|
||||
{
|
||||
$this->dao->delete()->from(TABLE_FILE)->where('id')->eq($fileID)->exec();
|
||||
die(js::reload('parent'));
|
||||
}
|
||||
|
||||
/* 保存模板。*/
|
||||
public function saveTemplate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user