Code Duplication    Length = 4-4 lines in 2 locations

main/newscorm/learnpath.class.php 2 locations

@@ 8468-8471 (lines=4) @@
8465
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8466
                    $return .= $this->display_document_form('move', $item_id, $row);
8467
                    break;
8468
                case TOOL_LINK :
8469
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8470
                    $return .= $this->display_link_form('move', $item_id, $row);
8471
                    break;
8472
                case TOOL_HOTPOTATOES :
8473
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8474
                    $return .= $this->display_link_form('move', $item_id, $row);
@@ 8472-8475 (lines=4) @@
8469
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8470
                    $return .= $this->display_link_form('move', $item_id, $row);
8471
                    break;
8472
                case TOOL_HOTPOTATOES :
8473
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8474
                    $return .= $this->display_link_form('move', $item_id, $row);
8475
                    break;
8476
                case TOOL_QUIZ :
8477
                    $return .= $this->display_manipulate($item_id, $row['item_type']);
8478
                    $return .= $this->display_quiz_form('move', $item_id, $row);