Index: lams_central/web/pedagogical_planner/templateBase.jsp
===================================================================
diff -u -rc697b5c30ab742ab453859355b35cd518856334f -r8f7975d272f91acc26c785848d82d26d6b5dd357
--- lams_central/web/pedagogical_planner/templateBase.jsp (.../templateBase.jsp) (revision c697b5c30ab742ab453859355b35cd518856334f)
+++ lams_central/web/pedagogical_planner/templateBase.jsp (.../templateBase.jsp) (revision 8f7975d272f91acc26c785848d82d26d6b5dd357)
@@ -15,7 +15,7 @@
var activityCount = ${fn:length(planner.activities)}; //How many activities are there in the sequence
var activitySupportingPlannerCount = ${planner.activitySupportingPlannerCount}; //How many of activities support the planner (their data will be submitted)
var sendInPortions = ${planner.sendInPortions}; //Should the forms be send all at once or rather in parts
- var activitiesInPortion = ${planner.activitiesInPortion}; //After how many submitted forms the script should pause
+ var activitiesPerPortion = ${planner.activitiesPerPortion}; //After how many submitted forms the script should pause
var submitDelay = ${planner.submitDelay}; //How many miliseconds should the script wait before sending another portion of forms
var saveDetailsUrl = "