From aa029b0ed71d2602a8d19c70f4aa8ff7331fc93b Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Thu, 12 Jun 2008 07:11:34 +0200 Subject: [PATCH] [svn r15567] Fix Oogie option display --- main/newscorm/lp_list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/newscorm/lp_list.php b/main/newscorm/lp_list.php index 43393381d9..cc30d56bb7 100644 --- a/main/newscorm/lp_list.php +++ b/main/newscorm/lp_list.php @@ -107,11 +107,11 @@ if(api_is_allowed_to_edit()) '' . str_repeat(' ',3). 'scormbuilder '.get_lang("UploadScorm").''; - if(api_get_setting('service_ppt2lp','active')==true) + if (api_get_setting('service_ppt2lp', 'active') == 'true') { echo str_repeat(' ',3).'scormbuilder '.get_lang("PowerPointConvert").''; echo str_repeat(' ',3).'scormbuilder '.get_lang("WordConvert").''; - } + } }