Index: lams_tool_laqa/web/admin/config.jsp
===================================================================
diff -u -ra82189db31f6fb6dd4a25a50a688b2812e93ddce -rf8328cbc455f1e6c89224eaced4f72631b030367
--- lams_tool_laqa/web/admin/config.jsp (.../config.jsp) (revision a82189db31f6fb6dd4a25a50a688b2812e93ddce)
+++ lams_tool_laqa/web/admin/config.jsp (.../config.jsp) (revision f8328cbc455f1e6c89224eaced4f72631b030367)
@@ -330,7 +330,7 @@
}
// Serialises the javascript data befor performing the submit
- function submitForm()
+ function submitForm(dispatch)
{
// Serialise the categores, skills an questions in the 3d array
// into an xml string
@@ -406,6 +406,7 @@
document.getElementById("deleteQuestionsCSV").value = CSV;
}
+ document.getElementById("dispatch").value = dispatch;
document.laqa11AdminForm.submit();
}
@@ -546,7 +547,7 @@
-