diff options
Diffstat (limited to 'include/socgraph.php')
-rw-r--r-- | include/socgraph.php | 2 |
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') ); + + } |