mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:50:11 +00:00
fixes to diaspora profiles, batch mode duplicates, social graph table name
This commit is contained in:
parent
58d21fe20a
commit
f4518c646a
3 changed files with 4 additions and 4 deletions
|
@ -118,7 +118,7 @@ function poco_load($cid,$uid = 0,$url = null) {
|
|||
|
||||
}
|
||||
|
||||
q("delete from gcid where `cid` = %d and `uid` = %d and `updated` < UTC_TIMESTAMP - INTERVAL 2 DAY",
|
||||
q("delete from glink where `cid` = %d and `uid` = %d and `updated` < UTC_TIMESTAMP - INTERVAL 2 DAY",
|
||||
intval($cid),
|
||||
intval($uid)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue