Code Duplication    Length = 5-5 lines in 2 locations

main/exercice/exercise.class.php 2 locations

@@ 1545-1549 (lines=5) @@
1542
                $start_time = '0000-00-00 00:00:00';
1543
            }
1544
1545
            if (!empty($this->end_time) && $this->end_time != '0000-00-00 00:00:00') {
1546
                $end_time = $this->end_time;
1547
            } else {
1548
                $end_time = '0000-00-00 00:00:00';
1549
            }
1550
1551
            $params = [
1552
                'title' => $exercise,
@@ 1615-1619 (lines=5) @@
1612
                $start_time = '0000-00-00 00:00:00';
1613
            }
1614
1615
            if (!empty($this->end_time) && $this->end_time != '0000-00-00 00:00:00') {
1616
                $end_time = $this->end_time;
1617
            } else {
1618
                $end_time = '0000-00-00 00:00:00';
1619
            }
1620
1621
            $params = [
1622
                'c_id' => $this->course_id,