Index: lams_tool_laqa/web/admin/config.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/admin/config.jsp,v
diff -u -r1.2 -r1.3
--- lams_tool_laqa/web/admin/config.jsp 4 Nov 2008 05:10:34 -0000 1.2
+++ lams_tool_laqa/web/admin/config.jsp 4 Nov 2008 23:10:40 -0000 1.3
@@ -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 @@
-