Advanced Search: Fix Date conversion

SVN:trunk[5641]
This commit is contained in:
Eric Espié
2018-04-12 13:19:11 +00:00
parent 7bcde47081
commit 56f1369000

View File

@@ -737,6 +737,9 @@ class ScalarExpression extends UnaryExpression
case '%w':
$aCriteria['unit'] = 'WEEKDAY';
break;
case '%H':
$aCriteria['unit'] = 'HOUR';
break;
default:
$aValue = array('value' => $this->GetValue());
if (!is_null($oAttDef))