Merge branch 'master' into tres

Conflicts:
	include/socgraph.php
This commit is contained in:
friendica
2015-01-27 20:00:43 -08:00
20 changed files with 304 additions and 168 deletions

View File

@@ -159,7 +159,7 @@ function poller_run($argv, $argc){
// get rid of really old poco records
q("delete from xlink where xlink_updated < %s - INTERVAL %s",
q("delete from xlink where xlink_updated < %s - INTERVAL %s and xlink_static = 0 ",
db_utcnow(), db_quoteinterval('14 DAY')
);