2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Handle assigning queXS sample codes in the fieldname of a condition

This commit is contained in:
azammitdcarf
2010-07-22 01:53:19 +00:00
parent 9c03efd51b
commit 384f2e5539

View File

@@ -6008,6 +6008,12 @@ function checkquestionfordisplay($qid, $gid=null)
}
}
elseif ($local_thissurvey['private'] == "N" && preg_match('/^{/',$row['cfieldname'],$sourceconditiontokenattr))
{
//queXS Addition
include_once("quexs.php");
$cfieldname=quexs_template_replace($row['cfieldname']);
}
else
{
$conditionCanBeEvaluated=false;