]> git.mxchange.org Git - friendica.git/commit - src/Core/UserImport.php
Move NULL_DATE from boot.php to DBA::NULL_DATETIME
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 21 Oct 2018 05:53:47 +0000 (01:53 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 22 Oct 2018 20:50:55 +0000 (16:50 -0400)
commite511790d629c6057a52a0adb3aca8fc517501a1c
tree1df5056d04852ef677da9d726b694bcda7b164cf
parentca9cad3491bee6aaf3688ab896f29933aaa1ef63
Move NULL_DATE from boot.php to DBA::NULL_DATETIME

- Add DBA::NULL_DATE constant
19 files changed:
boot.php
mod/events.php
mod/profiles.php
mod/settings.php
src/Core/Authentication.php
src/Core/UserImport.php
src/Core/Worker.php
src/Database/DBA.php
src/Model/Contact.php
src/Model/Event.php
src/Model/GContact.php
src/Model/Profile.php
src/Model/PushSubscriber.php
src/Module/Contact.php
src/Protocol/PortableContact.php
src/Util/Temporal.php
src/Worker/Cron.php
src/Worker/CronJobs.php
src/Worker/OnePoll.php