Fixed gh-117 to allow custom sql strings to be addedas a value key.
This commit is contained in:
@ -1892,6 +1892,10 @@ class Interpretation extends Fields
|
||||
$value = " ".$whe['value_key']."');";
|
||||
}
|
||||
}
|
||||
elseif (ComponentbuilderHelper::checkString($whe['value_key']))
|
||||
{
|
||||
$value = " ".$whe['value_key']."');";
|
||||
}
|
||||
// only load if there is a value
|
||||
if (ComponentbuilderHelper::checkString($value))
|
||||
{
|
||||
|
Reference in New Issue
Block a user