mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Fixed issue with the new CRON execution pattern
SVN:trunk[2611]
This commit is contained in:
@@ -1214,7 +1214,7 @@ class AttributeDecimal extends AttributeDBField
|
||||
public function MakeRealValue($proposedValue, $oHostObj)
|
||||
{
|
||||
if (is_null($proposedValue)) return null;
|
||||
if ($proposedValue == '') return null;
|
||||
if ($proposedValue === '') return null;
|
||||
return (string)$proposedValue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user