* code for task#1562.

This commit is contained in:
chencongzhi520@gmail.com
2013-07-12 01:18:09 +00:00
parent 9eb050756e
commit e52cecbf85
5 changed files with 102 additions and 104 deletions
+1 -1
View File
@@ -112,7 +112,7 @@
if($canBatchEdit)
{
$actionLink = $this->createLink('task', 'batchEdit', "projectID=$projectID&orderBy=$orderBy");
$actionLink = $this->createLink('task', 'batchEdit', "projectID=$projectID");
echo html::commonButton($lang->edit, "onclick=\"changeAction('projectTaskForm', 'batchEdit', '$actionLink')\"");
}
if($canBatchClose)