Index: lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp,v
diff -u -r1.12 -r1.13
--- lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp 25 Aug 2006 02:41:04 -0000 1.12
+++ lams_tool_larsrc/web/pages/itemreview/instructionsnav.jsp 25 Aug 2006 06:04:42 -0000 1.13
@@ -19,10 +19,10 @@
var reqIDVar = new Date();
//if auto run mode, the opener will be null.
if(window.parent.opener != null)
- window.parent.opener.location.href="?mode=${mode}&itemUid=${param.itemUid}&reqID="+reqIDVar.getTime();
+ window.parent.opener.location.href="?sessionMapID=${sessionMapID}&mode=${mode}&itemUid=${param.itemUid}&reqID="+reqIDVar.getTime();
else{
//set complete flag and finish this activity as well.
- window.parent.location.href='';
+ window.parent.location.href='';
}
}
if(window.parent.opener != null) {