Code Duplication    Length = 8-8 lines in 2 locations

src/projects/fcreate.php 2 locations

@@ 98-105 (lines=8) @@
95
            $def_value = NULL;
96
            break;
97
98
        case FIELD_TYPE_STRING:
99
            $form          = 'stringform';
100
            $max_length    = NULL;
101
            $regex_check   = NULL;
102
            $regex_search  = NULL;
103
            $regex_replace = NULL;
104
            $def_value     = NULL;
105
            break;
106
107
        case FIELD_TYPE_MULTILINED:
108
            $form          = 'multilinedform';
@@ 107-114 (lines=8) @@
104
            $def_value     = NULL;
105
            break;
106
107
        case FIELD_TYPE_MULTILINED:
108
            $form          = 'multilinedform';
109
            $max_length    = NULL;
110
            $regex_check   = NULL;
111
            $regex_search  = NULL;
112
            $regex_replace = NULL;
113
            $def_value     = NULL;
114
            break;
115
116
        case FIELD_TYPE_CHECKBOX:
117
            $form      = 'checkboxform';