Code Duplication    Length = 5-5 lines in 2 locations

main/exercice/exercise.class.php 2 locations

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