|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
<?php // $Id: recycle_course.php 11791 2007-03-30 07:14:33Z pcool $
|
|
|
|
|
<?php // $Id: recycle_course.php 12219 2007-05-01 18:46:59Z yannoo $
|
|
|
|
|
/* |
|
|
|
|
============================================================================== |
|
|
|
|
Dokeos - elearning and course management software |
|
|
|
@ -37,6 +37,11 @@ $language_file = array ('admin','course_info','coursebackup'); |
|
|
|
|
// including the global file |
|
|
|
|
include ('../inc/global.inc.php'); |
|
|
|
|
|
|
|
|
|
// Check access rights (only teachers are allowed here) |
|
|
|
|
if( ! api_is_allowed_to_edit()) |
|
|
|
|
{ |
|
|
|
|
api_not_allowed(true); |
|
|
|
|
} |
|
|
|
|
// section for the tabs |
|
|
|
|
$this_section=SECTION_COURSES; |
|
|
|
|
|
|
|
|
@ -56,11 +61,6 @@ require_once('classes/CourseSelectForm.class.php'); |
|
|
|
|
// Display the tool title |
|
|
|
|
api_display_tool_title($nameTools); |
|
|
|
|
|
|
|
|
|
// Check access rights (only teachers are allowed here) |
|
|
|
|
if( ! api_is_allowed_to_edit()) |
|
|
|
|
{ |
|
|
|
|
api_not_allowed(); |
|
|
|
|
} |
|
|
|
|
/* |
|
|
|
|
============================================================================== |
|
|
|
|
MAIN CODE |
|
|
|
|