Browse Source

[svn r12628] Fixed typo (forgotten ; probably preventing one variable to be set)

Yannick Warnier 17 years ago
parent
commit
d1e769abf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/newscorm/lp_comm.server.php

+ 1 - 1
main/newscorm/lp_comm.server.php

@@ -334,7 +334,7 @@ function switch_item_details($lp_id,$user_id,$view_id,$current_item,$next_item)
 			"lms_item_lesson_mode = '".$mylesson_mode."';" .
 			"lms_item_launch_data = '".$mylaunch_data."';" .
 			"lms_item_interactions_count = '".$myinteractions_count."';" .
-			"lms_item_core_exit = '".$mycore_exit."'" .
+			"lms_item_core_exit = '".$mycore_exit."';" .
 			"asset_timer = 0;"
 			);
 	$objResponse->addScript("update_toc('unhighlight','".$current_item."');");