Code Duplication    Length = 5-5 lines in 2 locations

main/exercice/exercise.class.php 2 locations

@@ 1612-1616 (lines=5) @@
1609
                $start_time = '0000-00-00 00:00:00';
1610
            }
1611
1612
            if (!empty($this->end_time) && $this->end_time != '0000-00-00 00:00:00') {
1613
                $end_time = $this->end_time;
1614
            } else {
1615
                $end_time = '0000-00-00 00:00:00';
1616
            }
1617
1618
            $params = [
1619
                'title' => $exercise,
@@ 1684-1688 (lines=5) @@
1681
                $start_time = '0000-00-00 00:00:00';
1682
            }
1683
1684
            if (!empty($this->end_time) && $this->end_time != '0000-00-00 00:00:00') {
1685
                $end_time = $this->end_time;
1686
            } else {
1687
                $end_time = '0000-00-00 00:00:00';
1688
            }
1689
1690
            $params = [
1691
                'c_id' => $this->course_id,