* add link when export to html.

This commit is contained in:
areyou123456
2012-06-20 08:18:46 +00:00
parent 815158966f
commit d617b5f697
6 changed files with 32 additions and 1 deletions
+1
View File
@@ -813,6 +813,7 @@ class task extends control
$this->post->set('fields', $fields);
$this->post->set('rows', $tasks);
$this->post->set('kind', 'task');
$this->fetch('file', 'export2' . $this->post->fileType, $_POST);
}