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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user