Handling nested bbcodes. Some small design changes in html2bbcode. Change in poller.php is just for testing purposes.

This commit is contained in:
Michael
2012-02-19 21:07:45 +01:00
parent 8c8efbdf64
commit 064c843119
3 changed files with 35 additions and 23 deletions

View File

@@ -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