* finished the task #446

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-04-21 09:31:50 +00:00
parent fce645a160
commit 94f70a528b
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -71,7 +71,6 @@ class task extends control
$stories = $this->story->getProjectStoryPairs($projectID);
$members = $this->project->getTeamMemberPairs($projectID, 'nodeleted');
$header['title'] = $project->name . $this->lang->colon . $this->lang->task->create;
$position[] = html::a($browseProjectLink, $project->name);
$position[] = $this->lang->task->create;