@ -40,8 +40,10 @@
INIT SECTION
==============================================================================
*/
$_SESSION['whereami'] = 'lp/build';
$this_section=SECTION_COURSES;
api_protect_course_script();
/*
@ -21,6 +21,9 @@
$_SESSION['whereami'] = 'lp/view';
if($lp_controller_touched!=1){
header('location: lp_controller.php?action=view&item_id='.$_REQUEST['item_id']);
}
@ -40,7 +40,11 @@
if(isset($_SESSION['oLP']) && isset($_GET['id']))
{
$_SESSION['oLP'] -> current = intval($_GET['id']);