aboutsummaryrefslogtreecommitdiffstats
path: root/include/socgraph.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-20 14:04:44 -0800
committerfriendica <info@friendica.com>2015-01-20 14:04:44 -0800
commit7875b79f2f87bef0fc2ebddd3cee0ef952def5d4 (patch)
tree15d5c2e529618e12fe35a1ea09bfaecdd6a331de /include/socgraph.php
parent9d5e9720132b9512c64d9bddb8c9d8763cf9cec1 (diff)
downloadvolse-hubzilla-7875b79f2f87bef0fc2ebddd3cee0ef952def5d4.tar.gz
volse-hubzilla-7875b79f2f87bef0fc2ebddd3cee0ef952def5d4.tar.bz2
volse-hubzilla-7875b79f2f87bef0fc2ebddd3cee0ef952def5d4.zip
get rid of really old poco records once weekly
Diffstat (limited to 'include/socgraph.php')
-rw-r--r--include/socgraph.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/socgraph.php b/include/socgraph.php
index 09439b605..15ef480f6 100644
--- a/include/socgraph.php
+++ b/include/socgraph.php
@@ -215,6 +215,8 @@ function poco_load($xchan = '',$url = null) {
dbesc($xchan),
db_utcnow(), db_quoteinterval('2 DAY')
);
+
+
}