mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:50:11 +00:00
Only a newline
This commit is contained in:
parent
360e39ca5b
commit
a206f6d832
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ class Contact extends BaseObject
|
||||||
if ($contact['archive']) {
|
if ($contact['archive']) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($contact['term-date'] <= NULL_DATE) {
|
if ($contact['term-date'] <= NULL_DATE) {
|
||||||
dba::update('contact', array('term-date' => datetime_convert()), array('id' => $contact['id']));
|
dba::update('contact', array('term-date' => datetime_convert()), array('id' => $contact['id']));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue