mirror of
https://github.com/friendica/friendica
synced 2025-04-29 06:24:23 +02:00
added suggestions
This commit is contained in:
parent
220f8f0862
commit
26d4214c19
2 changed files with 4 additions and 3 deletions
|
@ -53,7 +53,7 @@ class UserImport
|
|||
}
|
||||
|
||||
if ($ttype[$icol] === 'datetime') {
|
||||
$arr[$icol] = !empty($ival) ? $ival : DBA::NULL_DATETIME;
|
||||
$arr[$icol] = $ival ?? DBA::NULL_DATETIME;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue