diff --git a/main/newscorm/lp_list.php b/main/newscorm/lp_list.php index 314bd010fc..711600cf0c 100644 --- a/main/newscorm/lp_list.php +++ b/main/newscorm/lp_list.php @@ -123,14 +123,11 @@ if(api_is_allowed_to_edit()) '' . str_repeat(' ',3). ''.get_lang( '.get_lang("UploadScorm").''; - if (api_get_setting('service_ppt2lp', 'active') == 'true') - { + if (api_get_setting('service_ppt2lp', 'active') == 'true') { echo str_repeat(' ',3).''.get_lang( '.get_lang("PowerPointConvert").''; - echo str_repeat(' ',3).''.get_lang( '.get_lang("WordConvert").''; + //echo str_repeat(' ',3).''.get_lang( '.get_lang("WordConvert").''; } - echo ''; - - + echo ''; } echo '';