* [task#144207,done,0.1h] remove unused vars.
This commit is contained in:
@@ -876,7 +876,7 @@ class programplanModel extends model
|
||||
$isGantt = $this->app->rawModule == 'programplan' && $this->app->rawMethod == 'browse';
|
||||
if($isGantt) $plans = $this->loadModel('execution')->getByIdList($planIdList);
|
||||
|
||||
$today = $begin = $end = helper::today();
|
||||
$begin = $end = helper::today();
|
||||
$deadlineList = array();
|
||||
foreach($tasks as $taskID => $task)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user