* eliminate the notice of page story-view-view.html.

This commit is contained in:
fujia
2010-07-06 02:52:10 +00:00
parent 7131a23d29
commit 0f8cb94d13

View File

@@ -172,7 +172,7 @@
{
foreach($projectTasks as $task)
{
$projectName = $story->projects[$task->project]->name;
@$projectName = $story->projects[$task->project]->name;
echo html::a($this->createLink('project', 'browse', "projectID=$task->project"), $projectName);
echo '<span class="nobr">' . html::a($this->createLink('task', 'view', "taskID=$task->id"), "#$task->id $task->name") . '</span><br />';
}