|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
<?php |
|
|
|
|
// $Id: add_course.php 11731 2007-03-27 14:23:33Z fvauthier $ |
|
|
|
|
// $Id: add_course.php 11733 2007-03-27 14:57:47Z fvauthier $ |
|
|
|
|
/* |
|
|
|
|
============================================================================== |
|
|
|
|
Dokeos - elearning and course management software |
|
|
|
@ -138,9 +138,9 @@ if($form->validate()) |
|
|
|
|
Display :: display_normal_message($message,false); |
|
|
|
|
} |
|
|
|
|
else{ |
|
|
|
|
Display :: display_error_message(get_lang('CourseCodeAlreadyExistExplained'),false); |
|
|
|
|
Display :: display_error_message(get_lang('CourseCodeAlreadyExist'),false); |
|
|
|
|
$form->display(); |
|
|
|
|
echo '<p>'.get_lang('Explanation').'</p>'; |
|
|
|
|
echo '<p>'.get_lang('CourseCodeAlreadyExistExplained').'</p>'; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|