diff options
author | Michael <icarus@dabo.de> | 2012-02-19 21:07:45 +0100 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-02-19 21:07:45 +0100 |
commit | 064c843119576c1345a61a531dfaa1076a54f3f0 (patch) | |
tree | a1ebc4daa503ba96be6ee54951414f83aa2ca7df /include/poller.php | |
parent | 8c8efbdf644fc645e61ba279ab52617d173cee45 (diff) | |
download | volse-hubzilla-064c843119576c1345a61a531dfaa1076a54f3f0.tar.gz volse-hubzilla-064c843119576c1345a61a531dfaa1076a54f3f0.tar.bz2 volse-hubzilla-064c843119576c1345a61a531dfaa1076a54f3f0.zip |
Handling nested bbcodes. Some small design changes in html2bbcode. Change in poller.php is just for testing purposes.
Diffstat (limited to 'include/poller.php')
-rwxr-xr-x | include/poller.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/poller.php b/include/poller.php index 7d42c63b5..0297eeabc 100755 --- a/include/poller.php +++ b/include/poller.php @@ -194,8 +194,8 @@ function poller_run($argv, $argc){ $update = true; break; } - if((! $update) && (! $force)) - continue; +// if((! $update) && (! $force)) +// continue; } // Check to see if we are running out of memory - if so spawn a new process and kill this one |