mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
08206fdcc0
29 changed files with 135 additions and 133 deletions
|
@ -59,7 +59,6 @@ function public_server_cron($a, $b)
|
|||
{
|
||||
Logger::log("public_server: cron start");
|
||||
|
||||
require_once('include/enotify.php');
|
||||
$r = q("SELECT * FROM `user` WHERE `account_expires_on` < UTC_TIMESTAMP() + INTERVAL 5 DAY AND
|
||||
`account_expires_on` > '%s' AND
|
||||
`expire_notification_sent` <= '%s'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue