* Finish task #3797

This commit is contained in:
JackWuLieHao
2018-04-02 11:59:20 +08:00
parent 288b985be6
commit d764dc90de
2 changed files with 4 additions and 2 deletions
-2
View File
@@ -916,7 +916,6 @@ class project extends control
$acl = 'open';
$plan = new stdClass();
$productPlan = array();
if($copyProjectID)
{
$copyProject = $this->dao->select('*')->from(TABLE_PROJECT)->where('id')->eq($copyProjectID)->fetch();
@@ -927,7 +926,6 @@ class project extends control
$whitelist = $copyProject->whitelist;
$products = $this->project->getProducts($copyProjectID);
}
if(!empty($planID))
{
$plan = $this->dao->select('*')->from(TABLE_PRODUCTPLAN)->where('id')->eq($planID)->fetch();
+4
View File
@@ -60,6 +60,10 @@
<th><?php echo $lang->user->role;?></th>
<td><?php echo $lang->user->roleList[$user->role];?></td>
</tr>
<tr>
<th><?php echo $lang->user->join;?></th>
<td><?php echo $user->join;?></td>
</tr>
<tr>
<th><?php echo $lang->user->commiter;?></th>
<td><?php echo $user->commiter;?></td>