diff options
author | friendica <info@friendica.com> | 2012-12-30 22:56:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-30 22:56:52 -0800 |
commit | 83db4abaab1cebff5c76a1cff4606f495bb7246e (patch) | |
tree | c0020c393fc2266a5473bfee9efdb492f3df3dd3 /include/poller.php | |
parent | 15938289e2173f1abec33288de13fdbd9176ce0e (diff) | |
download | volse-hubzilla-83db4abaab1cebff5c76a1cff4606f495bb7246e.tar.gz volse-hubzilla-83db4abaab1cebff5c76a1cff4606f495bb7246e.tar.bz2 volse-hubzilla-83db4abaab1cebff5c76a1cff4606f495bb7246e.zip |
fixes
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php index 1eba918e8..3052ace64 100644 --- a/include/poller.php +++ b/include/poller.php @@ -50,7 +50,7 @@ function poller_run($argv, $argc){ if($d2 != intval($d1)) { - update_suggestions(); +// update_suggestions(); set_config('system','last_expire_day',$d2); proc_run('php','include/expire.php'); |