diff --git a/main/newscorm/kevin_lp_add.php b/main/newscorm/lp_add.php similarity index 100% rename from main/newscorm/kevin_lp_add.php rename to main/newscorm/lp_add.php diff --git a/main/newscorm/kevin_lp_add_item.php b/main/newscorm/lp_add_item.php similarity index 100% rename from main/newscorm/kevin_lp_add_item.php rename to main/newscorm/lp_add_item.php diff --git a/main/newscorm/lp_controller.php b/main/newscorm/lp_controller.php index 93e764e289..9598bd0be7 100644 --- a/main/newscorm/lp_controller.php +++ b/main/newscorm/lp_controller.php @@ -169,7 +169,7 @@ switch($_REQUEST['action']) { if(isset($_SESSION['post_time']) && $_SESSION['post_time'] == $_POST['post_time']) { - require('kevin_lp_add_item.php'); + require('lp_add_item.php'); } else { @@ -193,12 +193,12 @@ switch($_REQUEST['action']) $new_item_id = $_SESSION['oLP']->add_item($_POST['parent'], $_POST['previous'], $_POST['type'], $_POST['path'], $_POST['title'], $_POST['description'], $_POST['prerequisites']); } - require('kevin_lp_add_item.php'); + require('lp_add_item.php'); } } else { - require('kevin_lp_add_item.php'); + require('lp_add_item.php'); } } @@ -216,7 +216,7 @@ switch($_REQUEST['action']) if(isset($_SESSION['post_time']) && $_SESSION['post_time'] == $_REQUEST['post_time']) { - require('kevin_lp_add.php'); + require('lp_add.php'); } else { @@ -239,7 +239,7 @@ switch($_REQUEST['action']) } } else - require('kevin_lp_add.php'); + require('lp_add.php'); break; @@ -645,4 +645,4 @@ if(!empty($_SESSION['oLP'])){ $_SESSION['lpobject'] = serialize($_SESSION['oLP']); if($debug>0) error_log('New LP - lpobject is serialized in session',0); } -?> \ No newline at end of file +?>