diff --git a/main/newscorm/lp_move_item.php b/main/newscorm/lp_move_item.php index 4b55b17b4f..a3ecc353f7 100755 --- a/main/newscorm/lp_move_item.php +++ b/main/newscorm/lp_move_item.php @@ -1,53 +1,24 @@ - cleaning and update for new SCORM tool -* @package dokeos.learnpath -============================================================================== +* @package chamilo.learnpath */ /* -============================================================================== INIT SECTION -============================================================================== */ $this_section=SECTION_COURSES; api_protect_course_script(); /* ------------------------------------------------------------ Libraries ------------------------------------------------------------ */ //the main_api.lib.php, database.lib.php and display.lib.php //libraries are included by default @@ -60,15 +31,11 @@ include('resourcelinker.inc.php'); $language_file = "learnpath"; /* ------------------------------------------------------------ Header and action code ------------------------------------------------------------ */ $htmlHeadXtra[] = $_SESSION['oLP']->create_js(); /* ------------------------------------------------------------ Constants and variables ------------------------------------------------------------ */ $is_allowed_to_edit = api_is_allowed_to_edit(null,true); @@ -93,9 +60,7 @@ $prereq = $_REQUEST['prereq']; $type = $_REQUEST['type']; */ /* -============================================================================== MAIN CODE -============================================================================== */ // using the resource linker as a tool for adding resources to the learning path if ($action=="add" and $type=="learnpathitem") @@ -115,20 +80,18 @@ $therow=Database::fetch_array($result); //$admin_output = ''; /* ------------------------------------------------------------ Course admin section - all the functions not available for students - always available in this case (page only shown to admin) ------------------------------------------------------------ */ -/*================================================== +/* SHOWING THE ADMIN TOOLS - ==================================================*/ + */ -/*================================================== +/* prerequisites setting end - ==================================================*/ + */ if (isset($_SESSION['gradebook'])){ $gradebook= $_SESSION['gradebook']; } @@ -181,9 +144,7 @@ function confirmation(name) //echo $admin_output; /* ------------------------------------------------------------ DISPLAY SECTION ------------------------------------------------------------ */ echo $_SESSION['oLP']->build_action_menu(); echo ''; @@ -208,9 +169,7 @@ echo '
'; echo '
'; /* -============================================================================== FOOTER -============================================================================== */ Display::display_footer(); ?> \ No newline at end of file