Index: lams_central/web/qb/collection.jsp
===================================================================
diff -u -ra323809fb211042f18bcca38de5108100ddcb81c -r35ddd2ff17fa5c28f316465a7828106a0537511b
--- lams_central/web/qb/collection.jsp (.../collection.jsp) (revision a323809fb211042f18bcca38de5108100ddcb81c)
+++ lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 35ddd2ff17fa5c28f316465a7828106a0537511b)
@@ -172,6 +172,7 @@
return cellhtml;
}
+
//auxiliary formatter for jqGrid's question column
function questionNameFormatter (cellvalue, options, rowObject) {
var questionTypeInt = rowObject[2].textContent;
@@ -205,7 +206,8 @@
var questionVersion = rowObject[3].textContent;
- var text = cellvalue;
+ var text = cellvalue ? "" + cellvalue + "" : "";
text += "";
text += "v. " + questionVersion;
text += "";