+ add the date plugin.

This commit is contained in:
wangchunsheng
2010-03-04 06:11:26 +00:00
parent 98c1ce6bc7
commit 12ac47b313
21 changed files with 695 additions and 22 deletions
+1
View File
@@ -86,6 +86,7 @@ class testtaskModel extends model
/* 关联用例。*/
public function linkCase($taskID)
{
if($this->post->cases == false) return;
foreach($this->post->cases as $key => $caseID)
{
$row->task = $taskID;