added suggestions
This commit is contained in:
@@ -53,7 +53,7 @@ class UserImport
|
||||
}
|
||||
|
||||
if ($ttype[$icol] === 'datetime') {
|
||||
$arr[$icol] = !empty($ival) ? $ival : DBA::NULL_DATETIME;
|
||||
$arr[$icol] = $ival ?? DBA::NULL_DATETIME;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user