aboutsummaryrefslogtreecommitdiffstats
path: root/include/socgraph.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-11-01 00:50:41 -0700
committerFriendika <info@friendika.com>2011-11-01 00:50:41 -0700
commitf4518c646a588177e93a05363f07b61dce3fb563 (patch)
treebedbd28944b5ce19564fc2b362ffb9938b293c07 /include/socgraph.php
parent58d21fe20a0b5218885b9422af5db750682dabad (diff)
downloadvolse-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.php2
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)
);