Code Duplication    Length = 4-4 lines in 2 locations

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

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