Merge remote-tracking branch 'upstream/develop' into rewrites/coding-convention
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
commit
09851331a9
29 changed files with 6874 additions and 6842 deletions
|
|
@ -1182,7 +1182,8 @@ class dfrn {
|
|||
return 3;
|
||||
}
|
||||
|
||||
if ($contact['term-date'] != '0000-00-00 00:00:00') {
|
||||
/// @TODO Really compare with > here? Maybe DateTime (which allows such comparison again) is much safer/correcter
|
||||
if ($contact['term-date'] > NULL_DATE) {
|
||||
logger("dfrn_deliver: $url back from the dead - removing mark for death");
|
||||
require_once('include/Contact.php');
|
||||
unmark_for_death($contact);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue