Code Duplication    Length = 4-4 lines in 2 locations

main/newscorm/learnpath.class.php 2 locations

@@ 8379-8382 (lines=4) @@
8376
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8377
                    $return .= $this->display_document_form('move', $item_id, $row);
8378
                    break;
8379
                case TOOL_LINK :
8380
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8381
                    $return .= $this->display_link_form('move', $item_id, $row);
8382
                    break;
8383
                case TOOL_HOTPOTATOES :
8384
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8385
                    $return .= $this->display_link_form('move', $item_id, $row);
@@ 8383-8386 (lines=4) @@
8380
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8381
                    $return .= $this->display_link_form('move', $item_id, $row);
8382
                    break;
8383
                case TOOL_HOTPOTATOES :
8384
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8385
                    $return .= $this->display_link_form('move', $item_id, $row);
8386
                    break;
8387
                case TOOL_QUIZ :
8388
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8389
                    $return .= $this->display_quiz_form('move', $item_id, $row);