diff --git a/module/programplan/model.php b/module/programplan/model.php index c2f2f322c7..8c1d22bfb6 100755 --- a/module/programplan/model.php +++ b/module/programplan/model.php @@ -970,7 +970,6 @@ class programplanModel extends model */ public function calcDaysForStage(string $start, string $end): int { - $days = 0; $weekend = $this->config->execution->weekend; $days = range(strtotime($start), strtotime($end), 86400); foreach($days as $key => $day)