Code Duplication    Length = 4-4 lines in 2 locations

main/newscorm/learnpath.class.php 2 locations

@@ 8371-8374 (lines=4) @@
8368
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8369
                    $return .= $this->display_document_form('move', $item_id, $row);
8370
                    break;
8371
                case TOOL_LINK :
8372
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8373
                    $return .= $this->display_link_form('move', $item_id, $row);
8374
                    break;
8375
                case TOOL_HOTPOTATOES :
8376
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8377
                    $return .= $this->display_link_form('move', $item_id, $row);
@@ 8375-8378 (lines=4) @@
8372
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8373
                    $return .= $this->display_link_form('move', $item_id, $row);
8374
                    break;
8375
                case TOOL_HOTPOTATOES :
8376
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8377
                    $return .= $this->display_link_form('move', $item_id, $row);
8378
                    break;
8379
                case TOOL_QUIZ :
8380
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8381
                    $return .= $this->display_quiz_form('move', $item_id, $row);