Code Duplication    Length = 4-4 lines in 2 locations

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

@@ 5415-5418 (lines=4) @@
5412
                        $url = 'showinframes.php?' . api_get_cidreq() . '&id=' . $document_data['id']; //without preview
5413
                        return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' .
5414
                        DocumentManager::build_document_icon_tag($filetype, $path) . '</a>';
5415
                    } else {
5416
                        return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' .
5417
                        DocumentManager::build_document_icon_tag($filetype, $path) . '</a>';
5418
                    }
5419
                } else {
5420
                    return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' .
5421
                    DocumentManager::build_document_icon_tag($filetype, $path) . '</a>';
@@ 5419-5422 (lines=4) @@
5416
                        return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" ' . $visibility_class . ' style="float:left">' .
5417
                        DocumentManager::build_document_icon_tag($filetype, $path) . '</a>';
5418
                    }
5419
                } else {
5420
                    return '<a href="' . $url . '" title="' . $tooltip_title_alt . '" target="' . $target . '"' . $visibility_class . ' style="float:left">' .
5421
                    DocumentManager::build_document_icon_tag($filetype, $path) . '</a>';
5422
                }
5423
            }
5424
        }
5425
    }