mirror of
https://github.com/friendica/friendica
synced 2025-04-27 16:30:10 +00:00
NETWORK_MAIL2 was never finished, so remove it as well
This commit is contained in:
parent
adf802474b
commit
6f7510550d
12 changed files with 24 additions and 189 deletions
|
@ -156,7 +156,7 @@ Class Cron {
|
|||
$contacts = q("SELECT `contact`.`id` FROM `user`
|
||||
STRAIGHT_JOIN `contact`
|
||||
ON `contact`.`uid` = `user`.`uid` AND `contact`.`rel` IN (%d, %d) AND `contact`.`poll` != ''
|
||||
AND `contact`.`network` IN ('%s', '%s', '%s', '%s', '%s') $sql_extra
|
||||
AND `contact`.`network` IN ('%s', '%s', '%s', '%s') $sql_extra
|
||||
AND NOT `contact`.`self` AND NOT `contact`.`blocked` AND NOT `contact`.`readonly`
|
||||
AND NOT `contact`.`archive`
|
||||
WHERE NOT `user`.`account_expired` AND NOT `user`.`account_removed` $abandon_sql ORDER BY RAND()",
|
||||
|
@ -165,8 +165,7 @@ Class Cron {
|
|||
dbesc(NETWORK_DFRN),
|
||||
dbesc(NETWORK_OSTATUS),
|
||||
dbesc(NETWORK_FEED),
|
||||
dbesc(NETWORK_MAIL),
|
||||
dbesc(NETWORK_MAIL2)
|
||||
dbesc(NETWORK_MAIL)
|
||||
);
|
||||
|
||||
if (!DBM::is_result($contacts)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue