Some standards
This commit is contained in:
parent
222550e784
commit
1a436264cd
5 changed files with 5 additions and 5 deletions
|
@ -1094,7 +1094,7 @@ class dfrn {
|
|||
return 3;
|
||||
}
|
||||
|
||||
if($contact['term-date'] > NULL_DATE) {
|
||||
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