mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
Merge commit 'upstream/master'
This commit is contained in:
commit
bdd2754740
598 changed files with 36640 additions and 12123 deletions
|
@ -232,7 +232,7 @@ function poller_run($argv, $argc){
|
|||
|
||||
$importer_uid = $contact['uid'];
|
||||
|
||||
$r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 1 LIMIT 1",
|
||||
$r = q("SELECT `contact`.*, `user`.`page-flags` FROM `contact` LEFT JOIN `user` on `contact`.`uid` = `user`.`uid` WHERE `user`.`uid` = %d AND `contact`.`self` = 1 LIMIT 1",
|
||||
intval($importer_uid)
|
||||
);
|
||||
if(! count($r))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue