Code Duplication    Length = 4-4 lines in 2 locations

main/inc/lib/document.lib.php 2 locations

@@ 5510-5513 (lines=4) @@
5507
                        $url = 'showinframes.php?' . $courseParams . '&id=' . $document_data['id']; //without preview
5508
                        return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' .
5509
                        DocumentManager::build_document_icon_tag($filetype, $path, $isAllowedToEdit) . '</a>';
5510
                    } else {
5511
                        return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' .
5512
                        DocumentManager::build_document_icon_tag($filetype, $path, $isAllowedToEdit) . '</a>';
5513
                    }
5514
                } else {
5515
                    return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' .
5516
                    DocumentManager::build_document_icon_tag($filetype, $path, $isAllowedToEdit) . '</a>';
@@ 5514-5517 (lines=4) @@
5511
                        return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' .
5512
                        DocumentManager::build_document_icon_tag($filetype, $path, $isAllowedToEdit) . '</a>';
5513
                    }
5514
                } else {
5515
                    return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' .
5516
                    DocumentManager::build_document_icon_tag($filetype, $path, $isAllowedToEdit) . '</a>';
5517
                }
5518
            }
5519
        }
5520
    }