mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
Merge branch '1510-event-guid' of github.com:annando/friendica into 1510-event-guid
This commit is contained in:
commit
2178be9863
1 changed files with 2 additions and 1 deletions
|
@ -2421,6 +2421,7 @@ function diaspora_profile($importer,$xml,$msg) {
|
|||
|
||||
$birthday = str_replace('1000','1901',$birthday);
|
||||
|
||||
if ($birthday != "")
|
||||
$birthday = datetime_convert('UTC','UTC',$birthday,'Y-m-d');
|
||||
|
||||
// this is to prevent multiple birthday notifications in a single year
|
||||
|
|
Loading…
Reference in a new issue