From 14b00205a80afdeed15d72a5ce0f81209af9f6b2 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 15 Apr 2009 16:04:43 +0200 Subject: [PATCH] [svn r19782] Hide Word conversion in Course see FS#4035 --- main/newscorm/lp_list.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 '';