- rename the exportdata to export.

This commit is contained in:
wangchunsheng
2011-04-30 05:48:35 +00:00
parent ef717eb37b
commit f0eb0b51b0
+1 -1
View File
@@ -528,7 +528,7 @@ class task extends control
/**
* get data to export
*/
public function exportData($fileName, $fileType)
public function export($fileName, $fileType)
{
$users = $this->loadModel('user')->getPairs();
$projectID = $this->session->projectID;