* code for task#807.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-01 03:20:43 +00:00
parent bb20161a46
commit 2d5d006279
-2
View File
@@ -271,8 +271,6 @@ class testcaseModel extends model
/* Initialize cases from the post data.*/
foreach($caseIDList as $caseID)
{
$oldCase = $this->getByID($caseID);
$case->lastEditedBy = $this->app->user->account;
$caee->lastEditedDate = $now;
$case->pri = $this->post->pris[$caseID];