mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
Old PHP syntax issuing a warning on some installations of PHP
SVN:trunk[645]
This commit is contained in:
@@ -1281,7 +1281,7 @@ class AttributeDateTime extends AttributeDBField
|
||||
break;
|
||||
|
||||
default:
|
||||
$oNewCondition = parent::GetSmartConditionExpression($sSearchText, $oField, &$aParams);
|
||||
$oNewCondition = parent::GetSmartConditionExpression($sSearchText, $oField, $aParams);
|
||||
}
|
||||
|
||||
return $oNewCondition;
|
||||
|
||||
Reference in New Issue
Block a user