diff --git a/main/glossary/index.php b/main/glossary/index.php index 9f261eda61..aa09b3790d 100644 --- a/main/glossary/index.php +++ b/main/glossary/index.php @@ -1,9 +1,9 @@ -, Ghent University, Belgium, refactoring and tighter integration in Dokeos + * @author Bas Wijnen import/export to CSV */ // The language file that needs to be included. @@ -12,6 +12,8 @@ $language_file = array('glossary'); // Including the global initialization file. require_once '../inc/global.inc.php'; require_once api_get_path(LIBRARY_PATH).'glossary.lib.php'; +require_once api_get_path(LIBRARY_PATH).'export.lib.inc.php'; +require_once api_get_path(LIBRARY_PATH).'import.lib.php'; // The section (tabs). $this_section = SECTION_COURSES; @@ -19,9 +21,6 @@ $this_section = SECTION_COURSES; // Notification for unauthorized people. api_protect_course_script(true); -// Including additional libraries. -require_once api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php'; - // Additional javascripts. $htmlHeadXtra[] = GlossaryManager::javascript_glossary(); $htmlHeadXtra[] = '