mirror of
https://github.com/friendica/friendica
synced 2025-04-27 19: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
|
@ -24,6 +24,9 @@ require_once 'include/dba.php';
|
|||
*/
|
||||
class DBA
|
||||
{
|
||||
const NULL_DATE = '0001-01-01';
|
||||
const NULL_DATETIME = '0001-01-01 00:00:00';
|
||||
|
||||
public static $connected = false;
|
||||
|
||||
private static $server_info = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue