We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34a3768 + 6afd126 commit 650a985Copy full SHA for 650a985
main/lp/lp_list.php
@@ -891,12 +891,6 @@ function confirmation(name) {
891
Display::return_icon('cd.png', get_lang('ExportShort')),
892
api_get_self()."?$cidReq&action=export&lp_id=$id"
893
);
894
- } elseif ($details['lp_type'] == 2) {
895
- $dsp_disk = Display::url(
896
- Display::return_icon('cd.png', get_lang('ExportShort')),
897
- api_get_self()."?$cidReq&action=export&lp_id=$id&export_name="
898
- .api_replace_dangerous_char($name).'.zip'
899
- );
900
} else {
901
$dsp_disk = Display::return_icon(
902
'cd_na.png',
0 commit comments