Merge remote-tracking branch 'remotes/friendica/master' into moveme
This commit is contained in:
commit
5b4944fe8e
126 changed files with 1348 additions and 1249 deletions
|
|
@ -323,7 +323,7 @@ function delivery_run(&$argv, &$argc){
|
|||
WHERE `contact`.`blocked` = 0 AND `contact`.`pending` = 0
|
||||
AND `contact`.`network` = '%s' AND `user`.`nickname` = '%s'
|
||||
$sql_extra
|
||||
AND `user`.`account_expired` = 0 LIMIT 1",
|
||||
AND `user`.`account_expired` = 0 AND `user`.`account_removed` = 0 LIMIT 1",
|
||||
dbesc(NETWORK_DFRN),
|
||||
dbesc($nickname)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue