Only a newline

This commit is contained in:
Michael 2017-12-04 19:37:36 +00:00
parent 360e39ca5b
commit a206f6d832
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ class Contact extends BaseObject
if ($contact['archive']) {
return;
}
if ($contact['term-date'] <= NULL_DATE) {
dba::update('contact', array('term-date' => datetime_convert()), array('id' => $contact['id']));