diff options
author | Friendika <info@friendika.com> | 2011-11-01 00:50:41 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-01 00:50:41 -0700 |
commit | f4518c646a588177e93a05363f07b61dce3fb563 (patch) | |
tree | bedbd28944b5ce19564fc2b362ffb9938b293c07 /include/socgraph.php | |
parent | 58d21fe20a0b5218885b9422af5db750682dabad (diff) | |
download | volse-hubzilla-f4518c646a588177e93a05363f07b61dce3fb563.tar.gz volse-hubzilla-f4518c646a588177e93a05363f07b61dce3fb563.tar.bz2 volse-hubzilla-f4518c646a588177e93a05363f07b61dce3fb563.zip |
fixes to diaspora profiles, batch mode duplicates, social graph table name
Diffstat (limited to 'include/socgraph.php')
-rw-r--r-- | include/socgraph.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socgraph.php b/include/socgraph.php index 17cf3fcd5..3e9c00633 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -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) ); |