Skip to content
Snippets Groups Projects
Commit a197fba5 authored by m.mansour's avatar m.mansour
Browse files

Supportticket final (Logs removed)

parent d501338f
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ function queryChildrenElements (pContextName, pID) {
* @param pGetFirst start from the first element
*/
function queryRootElement (pContextName, pID, pGetFirst) {
var resultArray;
var resultArray;
if (pContextName === "Task") {
resultArray = db.array(db.ROW, "select TASKID, PARENT_ID, PARENT_CONTEXT, SUBJECT, DESCRIPTION from TASK where TASKID = '" + pID + "'");
if (resultArray.length === 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment