mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:50:11 +00:00
NULL_DATE is now a constant
This commit is contained in:
parent
86c6c48bd8
commit
0afb0c2ea4
21 changed files with 162 additions and 146 deletions
|
@ -98,7 +98,7 @@ class dbm {
|
|||
|
||||
// Workaround for 3.5.1
|
||||
if ($timestamp < -62135596800) {
|
||||
return '0000-00-00 00:00:00';
|
||||
return NULL_DATE;
|
||||
}
|
||||
|
||||
// The above will be removed in 3.5.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue