diff --git a/main/template/default/auth/courses_categories.php b/main/template/default/auth/courses_categories.php index f3455e47ec..082220a108 100755 --- a/main/template/default/auth/courses_categories.php +++ b/main/template/default/auth/courses_categories.php @@ -242,7 +242,7 @@ if ($catalogShowCoursesSessions == CATALOG_COURSES_SESSIONS || $catalogShowCours
- + @@ -470,7 +470,7 @@ function display_unregister_button($course, $stok, $search_term, $code) * Generate a label if the user has been registered in session * @return string The label */ -function display_already_registered_in_session_label() +function displayAlreadyRegisterInSessionLabel() { $icon = Display::return_icon('students.gif', get_lang('Student'));