diff --git a/main/img/mr_dokeos.png b/main/img/mr_dokeos.png deleted file mode 100644 index 7920fe4664..0000000000 Binary files a/main/img/mr_dokeos.png and /dev/null differ diff --git a/main/inc/lib/add_course.lib.inc.php b/main/inc/lib/add_course.lib.inc.php index 01358154bf..fdb92b9d4a 100644 --- a/main/inc/lib/add_course.lib.inc.php +++ b/main/inc/lib/add_course.lib.inc.php @@ -1891,7 +1891,7 @@ function fill_Db_course($courseDbName, $courseRepository, $language,$default_doc Introduction text ----------------------------------------------------------- */ - $intro_text='
mr. Dokeos'.lang2db(get_lang('IntroductionText')).'
'; + $intro_text='
mr. Dokeos'.lang2db(get_lang('IntroductionText')).'
'; api_sql_query("INSERT INTO `".$TABLEINTROS . "` VALUES ('" . TOOL_COURSE_HOMEPAGE . "','".$intro_text. "')"); api_sql_query("INSERT INTO `".$TABLEINTROS . "` VALUES ('" . TOOL_STUDENTPUBLICATION . "','".lang2db(get_lang('IntroductionTwo')) . "')");