Index: lams_tool_larsrc/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/learning/learning.jsp,v diff -u -r1.18 -r1.19 --- lams_tool_larsrc/web/pages/learning/learning.jsp 28 Jun 2006 07:09:27 -0000 1.18 +++ lams_tool_larsrc/web/pages/learning/learning.jsp 30 Jun 2006 02:16:53 -0000 1.19 @@ -27,7 +27,7 @@ return false; } function viewItem(itemUid){ - var myUrl = "?mode=learner&toolSessionID=${toolSessionID}&itemUid=" + itemUid; + var myUrl = "?mode=${mode}&toolSessionID=${toolSessionID}&itemUid=" + itemUid; launchPopup(myUrl,"LearnerView"); } function completeItem(itemUid){