mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
Advanced Search: Fix Date conversion
SVN:trunk[5641]
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user