mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
Move NULL_DATE from boot.php to DBA::NULL_DATETIME
- Add DBA::NULL_DATE constant
This commit is contained in:
parent
ca9cad3491
commit
e511790d62
19 changed files with 70 additions and 73 deletions
|
@ -204,7 +204,7 @@ class Cron
|
|||
foreach ($contacts as $contact) {
|
||||
|
||||
if ($manual_id) {
|
||||
$contact['last-update'] = NULL_DATE;
|
||||
$contact['last-update'] = DBA::NULL_DATETIME;
|
||||
}
|
||||
|
||||
// Friendica and OStatus are checked once a day
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue