Upgrade to FTP feature. Dynamic Excluding on repository. #119

Merged
Llewellyn merged 4 commits from staging into master 2017-09-13 12:07:44 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 5d3e93c560 - Show all commits

View File

@ -1076,7 +1076,7 @@ class Get
/**
* To limit the SQL Demo date build in the views
*
* @param array $settings Teaking array.
* @param array $settings Tweaking array.
*
* @return void
*

View File

@ -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))
{