X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=include%2Fuimport.php;h=4cc5b6c04b3f14d17b87c6c9d254968f4bdd54fc;hb=d3cdfa610852f5dbda9bc3e29df6524eb504d068;hp=0d7ce5d27abbae5604a5b9cc0f2b3f1564a04c96;hpb=07516c318c07c06acf51ed0c0795c08dfc2cbebd;p=friendica.git diff --git a/include/uimport.php b/include/uimport.php index 0d7ce5d27a..4cc5b6c04b 100644 --- a/include/uimport.php +++ b/include/uimport.php @@ -183,8 +183,8 @@ function import_account(App $a, $file) { } } if ($contact['uid'] == $olduid && $contact['self'] == '0') { - // set contacts 'avatar-date' to "0000-00-00 00:00:00" to let poller to update urls - $contact["avatar-date"] = "0000-00-00 00:00:00" ; + // set contacts 'avatar-date' to NULL_DATE to let poller to update urls + $contact["avatar-date"] = NULL_DATE; switch ($contact['network']) {