Code Duplication    Length = 5-5 lines in 2 locations

main/inc/lib/icalcreator/iCalcreator.class.php 2 locations

@@ 647-651 (lines=5) @@
644
                $res = TRUE;
645
                break;
646
            case 'NL':
647
            case 'NEWLINECHAR':
648
                $this->nl = $value;
649
                $subcfg  = array( 'NL' => $value );
650
                $res = TRUE;
651
                break;
652
            case 'UNIQUE_ID':
653
                $value   = trim( $value );
654
                $this->unique_id = $value;
@@ 5691-5695 (lines=5) @@
5688
                $res    = TRUE;
5689
                break;
5690
            case 'NL':
5691
            case 'NEWLINECHAR':
5692
                $this->nl = $value;
5693
                $subcfg = array( 'NL' => $value );
5694
                $res    = TRUE;
5695
                break;
5696
            case 'UNIQUE_ID':
5697
                $value  = trim( $value );
5698
                $this->unique_id = $value;